#611A28

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

Shades of Pohutukawa #611A28

Tints of Pohutukawa #611A28

Color information

#611A28 (or 0x611A28) is unknown color: approx Pohutukawa. HEX triplet: 61, 1A and 28. RGB value is (97,26,40). Sum of RGB (Red+Green+Blue) = 97+26+40=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #611A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A28 is #9EE5D7. Grayscale: #303030. Windows color (decimal): -10413528 or 2628193. OLE color: 2628193.

HSL color Cylindrical-coordinate representation of color #611A28: hue angle of 348.17º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A28 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB972640-
CMYK00.730.590.62
HSL348.17º57.72%24.12%-
HSV(B)348.17º73.2%38.04%-
XYZ5.683.432.37-
YUV48.82123.02162.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=59.51%
G=15.95%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97264000.730.590.62348.1757.7224.12
Hex611A280493B3E15c3a18
Octal1413250011173765347230
Binary1100001110101010000100100111101111111010101110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611A28; }

 p { color: rgb(97,26,40); }

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

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

 a { background-color: rgb(97,26,40); }

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

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

 span { border-color: rgb(97,26,40); }

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