#611F2F

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

Shades of Pohutukawa #611F2F

Tints of Pohutukawa #611F2F

Color information

#611F2F (or 0x611F2F) is unknown color: approx Pohutukawa. HEX triplet: 61, 1F and 2F. RGB value is (97,31,47). Sum of RGB (Red+Green+Blue) = 97+31+47=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #611F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F2F is #9EE0D0. Grayscale: #343434. Windows color (decimal): -10412241 or 3088225. OLE color: 3088225.

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

Color convert

RGB973147-
CMYK00.680.520.62
HSL345.45º51.56%25.1%-
HSV(B)345.45º68.04%38.04%-
XYZ5.933.733.1-
YUV52.56124.87159.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=55.43%
G=17.71%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97314700.680.520.62345.4551.5625.1
Hex611F2F044343E1593419
Octal1413757010464765316431
Binary1100001111111011110100010011010011111010101100111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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