#611517

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

Shades of Pohutukawa #611517

Tints of Pohutukawa #611517

Color information

#611517 (or 0x611517) is unknown color: approx Pohutukawa. HEX triplet: 61, 15 and 17. RGB value is (97,21,23). Sum of RGB (Red+Green+Blue) = 97+21+23=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #611517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611517 is #9EEAE8. Grayscale: #2C2C2C. Windows color (decimal): -10414825 or 1512801. OLE color: 1512801.

HSL color Cylindrical-coordinate representation of color #611517: hue angle of 358.42º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #611517 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB972123-
CMYK00.780.760.62
HSL358.42º64.41%23.14%-
HSV(B)358.42º78.35%38.04%-
XYZ5.353.141.13-
YUV43.95116.18165.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.79%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 23 (9.38% from 255) = 16.31%
R=68.79%
G=14.89%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97212300.780.760.62358.4264.4123.14
Hex61151704E4C3E1664017
Octal141252701161147654610027
Binary11000011010110111010011101001100111110101100110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611517; }

 p { color: rgb(97,21,23); }

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

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

 a { background-color: rgb(97,21,23); }

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

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

 span { border-color: rgb(97,21,23); }

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