#611E29

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

Shades of Pohutukawa #611E29

Tints of Pohutukawa #611E29

Color information

#611E29 (or 0x611E29) is unknown color: approx Pohutukawa. HEX triplet: 61, 1E and 29. RGB value is (97,30,41). Sum of RGB (Red+Green+Blue) = 97+30+41=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #611E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E29 is #9EE1D6. Grayscale: #333333. Windows color (decimal): -10412503 or 2694753. OLE color: 2694753.

HSL color Cylindrical-coordinate representation of color #611E29: hue angle of 350.15º 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 #611E29 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB973041-
CMYK00.690.580.62
HSL350.15º52.76%24.9%-
HSV(B)350.15º69.07%38.04%-
XYZ5.793.632.49-
YUV51.29122.2160.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 30 (12.11% from 255) = 17.86%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=57.74%
G=17.86%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97304100.690.580.62350.1552.7624.9
Hex611E290453A3E15e3519
Octal1413651010572765366531
Binary1100001111101010010100010111101011111010101111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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