#610223

Color #610223 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #610223

Tints of Pohutukawa #610223

Color information

#610223 (or 0x610223) is unknown color: approx Pohutukawa. HEX triplet: 61, 02 and 23. RGB value is (97,2,35). Sum of RGB (Red+Green+Blue) = 97+2+35=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #610223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610223 is #9EFDDC. Grayscale: #222222. Windows color (decimal): -10419677 or 2294369. OLE color: 2294369.

HSL color Cylindrical-coordinate representation of color #610223: hue angle of 339.16º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610223 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB97235-
CMYK00.980.640.62
HSL339.16º95.96%19.41%-
HSV(B)339.16º97.94%38.04%-
XYZ5.252.711.84-
YUV34.17128.47172.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 72.39%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=72.39%
G=1.49%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9723500.980.640.62339.1695.9619.41
Hex61223062403E1536013
Octal14124301421007652314023
Binary110000110100011011000101000000111110101010011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610223; }

 p { color: rgb(97,2,35); }

 H1.HeaderClassName
 {
   color: #610223;
 }
 .AnyTagClassName
 {
   color: #610223;
 }
</style>
background-color css

<style>
 a { background-color: #610223; }

 a { background-color: rgb(97,2,35); }

 div.DivClassName
 {
   background-color: #610223;
 }
 .BgClassName
 {
   background-color: #610223;
 }
</style>
border-color css

<style>
 span { border-color: #610223; }

 span { border-color: rgb(97,2,35); }

 td.TdClassName
 {
   border-color: #610223;
 }
 .TagClassName
 {
   border-color: #610223;
 }
</style>