#610410

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

Shades of Pohutukawa #610410

Tints of Pohutukawa #610410

Color information

#610410 (or 0x610410) is unknown color: approx Pohutukawa. HEX triplet: 61, 04 and 10. RGB value is (97,4,16). Sum of RGB (Red+Green+Blue) = 97+4+16=117 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.91% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 97 - color contains mainly: red. Hex color #610410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610410 is #9EFBEF. Grayscale: #212121. Windows color (decimal): -10419184 or 1049697. OLE color: 1049697.

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

Color convert

RGB97416-
CMYK00.960.840.62
HSL352.26º92.08%19.8%-
HSV(B)352.26º95.88%38.04%-
XYZ5.072.670.74-
YUV33.17118.31173.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 82.91%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=82.91%
G=3.42%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9741600.960.840.62352.2692.0819.8
Hex61410060543E1605c14
Octal14142001401247654013424
Binary110000110010000011000001010100111110101100000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610410; }

 p { color: rgb(97,4,16); }

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

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

 a { background-color: rgb(97,4,16); }

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

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

 span { border-color: rgb(97,4,16); }

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