#611F2C

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

Shades of Pohutukawa #611F2C

Tints of Pohutukawa #611F2C

Color information

#611F2C (or 0x611F2C) is unknown color: approx Pohutukawa. HEX triplet: 61, 1F and 2C. RGB value is (97,31,44). Sum of RGB (Red+Green+Blue) = 97+31+44=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #611F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F2C is #9EE0D3. Grayscale: #343434. Windows color (decimal): -10412244 or 2891617. OLE color: 2891617.

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

Color convert

RGB973144-
CMYK00.680.550.62
HSL348.18º51.56%25.1%-
HSV(B)348.18º68.04%38.04%-
XYZ5.873.72.79-
YUV52.22123.37159.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 31 (12.5% from 255) = 18.02%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=56.40%
G=18.02%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97314400.680.550.62348.1851.5625.1
Hex611F2C044373E15c3419
Octal1413754010467765346431
Binary1100001111111011000100010011011111111010101110011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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