#611B1E

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

Shades of Pohutukawa #611B1E

Tints of Pohutukawa #611B1E

Color information

#611B1E (or 0x611B1E) is unknown color: approx Pohutukawa. HEX triplet: 61, 1B and 1E. RGB value is (97,27,30). Sum of RGB (Red+Green+Blue) = 97+27+30=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #611B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B1E is #9EE4E1. Grayscale: #303030. Windows color (decimal): -10413282 or 1973089. OLE color: 1973089.

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

Color convert

RGB972730-
CMYK00.720.690.62
HSL357.43º56.45%24.31%-
HSV(B)357.43º72.16%38.04%-
XYZ5.563.421.6-
YUV48.27117.69162.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.99%
GREEN value IS 27 (10.94% from 255) = 17.53%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=62.99%
G=17.53%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97273000.720.690.62357.4356.4524.31
Hex611B1E048453E1653818
Octal14133360110105765457030
Binary1100001110111111001001000100010111111010110010111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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