#610208

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

Shades of Pohutukawa #610208

Tints of Pohutukawa #610208

Color information

#610208 (or 0x610208) is unknown color: approx Pohutukawa. HEX triplet: 61, 02 and 08. RGB value is (97,2,8). Sum of RGB (Red+Green+Blue) = 97+2+8=107 (14% of max value = 765). Red value is 97 (38.28% from 255 or 90.65% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 97 - color contains mainly: red. Hex color #610208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610208 is #9EFDF7. Grayscale: #1F1F1F. Windows color (decimal): -10419704 or 524897. OLE color: 524897.

HSL color Cylindrical-coordinate representation of color #610208: hue angle of 356.21º 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 #610208 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB9728-
CMYK00.980.920.62
HSL356.21º95.96%19.41%-
HSV(B)356.21º97.94%38.04%-
XYZ52.60.47-
YUV31.09114.97175.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 90.65%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=90.65%
G=1.87%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal972800.980.920.62356.2195.9619.41
Hex61280625C3E1646013
Octal14121001421347654414023
Binary1100001101000011000101011100111110101100100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610208; }

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

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

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

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

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

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

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

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