#611214

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

Shades of Pohutukawa #611214

Tints of Pohutukawa #611214

Color information

#611214 (or 0x611214) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 14. RGB value is (97,18,20). Sum of RGB (Red+Green+Blue) = 97+18+20=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #611214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611214 is #9EEDEB. Grayscale: #292929. Windows color (decimal): -10415596 or 1315425. OLE color: 1315425.

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

Color convert

RGB971820-
CMYK00.810.790.62
HSL358.48º68.7%22.55%-
HSV(B)358.48º81.44%38.04%-
XYZ5.273.020.97-
YUV41.85115.67167.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.85%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 20 (8.20% from 255) = 14.81%
R=71.85%
G=13.33%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97182000.810.790.62358.4868.722.55
Hex6112140514F3E1664517
Octal141222401211177654610527
Binary11000011001010100010100011001111111110101100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611214; }

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

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

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

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

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

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

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

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