#611C1F

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

Shades of Pohutukawa #611C1F

Tints of Pohutukawa #611C1F

Color information

#611C1F (or 0x611C1F) is unknown color: approx Pohutukawa. HEX triplet: 61, 1C and 1F. RGB value is (97,28,31). Sum of RGB (Red+Green+Blue) = 97+28+31=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #611C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C1F is #9EE3E0. Grayscale: #313131. Windows color (decimal): -10413025 or 2038881. OLE color: 2038881.

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

Color convert

RGB972831-
CMYK00.710.680.62
HSL357.39º55.2%24.51%-
HSV(B)357.39º71.13%38.04%-
XYZ5.593.471.67-
YUV48.97117.86162.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 28 (11.33% from 255) = 17.95%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=62.18%
G=17.95%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97283100.710.680.62357.3955.224.51
Hex611C1F047443E1653719
Octal14134370107104765456731
Binary1100001111001111101000111100010011111010110010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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