#611B1F

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

Shades of Pohutukawa #611B1F

Tints of Pohutukawa #611B1F

Color information

#611B1F (or 0x611B1F) is unknown color: approx Pohutukawa. HEX triplet: 61, 1B and 1F. RGB value is (97,27,31). Sum of RGB (Red+Green+Blue) = 97+27+31=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #611B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B1F is #9EE4E0. Grayscale: #303030. Windows color (decimal): -10413281 or 2038625. OLE color: 2038625.

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

Color convert

RGB972731-
CMYK00.720.680.62
HSL356.57º56.45%24.31%-
HSV(B)356.57º72.16%38.04%-
XYZ5.573.421.66-
YUV48.39118.19162.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 27 (10.94% from 255) = 17.42%
BLUE value IS 31 (12.5% from 255) = 20%
R=62.58%
G=17.42%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97273100.720.680.62356.5756.4524.31
Hex611B1F048443E1653818
Octal14133370110104765457030
Binary1100001110111111101001000100010011111010110010111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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