#611516

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

Shades of Pohutukawa #611516

Tints of Pohutukawa #611516

Color information

#611516 (or 0x611516) is unknown color: approx Pohutukawa. HEX triplet: 61, 15 and 16. RGB value is (97,21,22). Sum of RGB (Red+Green+Blue) = 97+21+22=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #611516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611516 is #9EEAE9. Grayscale: #2B2B2B. Windows color (decimal): -10414826 or 1447265. OLE color: 1447265.

HSL color Cylindrical-coordinate representation of color #611516: hue angle of 359.21º 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 #611516 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB972122-
CMYK00.780.770.62
HSL359.21º64.41%23.14%-
HSV(B)359.21º78.35%38.04%-
XYZ5.343.141.08-
YUV43.84115.68165.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.29%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=69.29%
G=15%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97212200.780.770.62359.2164.4123.14
Hex61151604E4D3E1674017
Octal141252601161157654710027
Binary11000011010110110010011101001101111110101100111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611516; }

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

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

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

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

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

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

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

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