#611324

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

Shades of Pohutukawa #611324

Tints of Pohutukawa #611324

Color information

#611324 (or 0x611324) is unknown color: approx Pohutukawa. HEX triplet: 61, 13 and 24. RGB value is (97,19,36). Sum of RGB (Red+Green+Blue) = 97+19+36=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #611324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611324 is #9EECDB. Grayscale: #2C2C2C. Windows color (decimal): -10415324 or 2364257. OLE color: 2364257.

HSL color Cylindrical-coordinate representation of color #611324: hue angle of 346.92º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611324 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB971936-
CMYK00.800.630.62
HSL346.92º67.24%22.75%-
HSV(B)346.92º80.41%38.04%-
XYZ5.483.131.99-
YUV44.26123.34165.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=63.82%
G=12.5%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97193600.800.630.62346.9267.2422.75
Hex6113240503F3E15b4317
Octal14123440120777653310327
Binary11000011001110010001010000111111111110101011011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611324; }

 p { color: rgb(97,19,36); }

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

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

 a { background-color: rgb(97,19,36); }

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

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

 span { border-color: rgb(97,19,36); }

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