#611318

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

Shades of Pohutukawa #611318

Tints of Pohutukawa #611318

Color information

#611318 (or 0x611318) is unknown color: approx Pohutukawa. HEX triplet: 61, 13 and 18. RGB value is (97,19,24). Sum of RGB (Red+Green+Blue) = 97+19+24=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #611318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611318 is #9EECE7. Grayscale: #2A2A2A. Windows color (decimal): -10415336 or 1577825. OLE color: 1577825.

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

Color convert

RGB971924-
CMYK00.800.750.62
HSL356.15º67.24%22.75%-
HSV(B)356.15º80.41%38.04%-
XYZ5.333.071.18-
YUV42.89117.34166.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.29%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 24 (9.77% from 255) = 17.14%
R=69.29%
G=13.57%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97192400.800.750.62356.1567.2422.75
Hex6113180504B3E1644317
Octal141233001201137654410327
Binary11000011001111000010100001001011111110101100100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611318; }

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

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

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

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

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

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

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

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