#611E28

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

Shades of Pohutukawa #611E28

Tints of Pohutukawa #611E28

Color information

#611E28 (or 0x611E28) is unknown color: approx Pohutukawa. HEX triplet: 61, 1E and 28. RGB value is (97,30,40). Sum of RGB (Red+Green+Blue) = 97+30+40=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #611E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E28 is #9EE1D7. Grayscale: #333333. Windows color (decimal): -10412504 or 2629217. OLE color: 2629217.

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

Color convert

RGB973040-
CMYK00.690.590.62
HSL351.04º52.76%24.9%-
HSV(B)351.04º69.07%38.04%-
XYZ5.783.622.4-
YUV51.17121.7160.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=58.08%
G=17.96%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97304000.690.590.62351.0452.7624.9
Hex611E280453B3E15f3519
Octal1413650010573765376531
Binary1100001111101010000100010111101111111010101111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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