#611417

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

Shades of Pohutukawa #611417

Tints of Pohutukawa #611417

Color information

#611417 (or 0x611417) is unknown color: approx Pohutukawa. HEX triplet: 61, 14 and 17. RGB value is (97,20,23). Sum of RGB (Red+Green+Blue) = 97+20+23=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #611417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611417 is #9EEBE8. Grayscale: #2B2B2B. Windows color (decimal): -10415081 or 1512545. OLE color: 1512545.

HSL color Cylindrical-coordinate representation of color #611417: hue angle of 357.66º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #611417 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB972023-
CMYK00.790.760.62
HSL357.66º65.81%22.94%-
HSV(B)357.66º79.38%38.04%-
XYZ5.333.11.13-
YUV43.36116.51166.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.29%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 23 (9.38% from 255) = 16.43%
R=69.29%
G=14.29%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97202300.790.760.62357.6665.8122.94
Hex61141704F4C3E1664217
Octal141242701171147654610227
Binary11000011010010111010011111001100111110101100110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611417; }

 p { color: rgb(97,20,23); }

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

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

 a { background-color: rgb(97,20,23); }

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

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

 span { border-color: rgb(97,20,23); }

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