#611F29

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

Shades of Pohutukawa #611F29

Tints of Pohutukawa #611F29

Color information

#611F29 (or 0x611F29) is unknown color: approx Pohutukawa. HEX triplet: 61, 1F and 29. RGB value is (97,31,41). Sum of RGB (Red+Green+Blue) = 97+31+41=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #611F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F29 is #9EE0D6. Grayscale: #333333. Windows color (decimal): -10412247 or 2695009. OLE color: 2695009.

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

Color convert

RGB973141-
CMYK00.680.580.62
HSL350.91º51.56%25.1%-
HSV(B)350.91º68.04%38.04%-
XYZ5.823.682.5-
YUV51.87121.87160.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 41 (16.41% from 255) = 24.26%
R=57.40%
G=18.34%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97314100.680.580.62350.9151.5625.1
Hex611F290443A3E15f3419
Octal1413751010472765376431
Binary1100001111111010010100010011101011111010101111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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