#611316

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

Shades of Pohutukawa #611316

Tints of Pohutukawa #611316

Color information

#611316 (or 0x611316) is unknown color: approx Pohutukawa. HEX triplet: 61, 13 and 16. RGB value is (97,19,22). Sum of RGB (Red+Green+Blue) = 97+19+22=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #611316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611316 is #9EECE9. Grayscale: #2A2A2A. Windows color (decimal): -10415338 or 1446753. OLE color: 1446753.

HSL color Cylindrical-coordinate representation of color #611316: hue angle of 357.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611316 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB971922-
CMYK00.800.770.62
HSL357.69º67.24%22.75%-
HSV(B)357.69º80.41%38.04%-
XYZ5.313.071.07-
YUV42.66116.34166.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.29%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=70.29%
G=13.77%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97192200.800.770.62357.6967.2422.75
Hex6113160504D3E1664317
Octal141232601201157654610327
Binary11000011001110110010100001001101111110101100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611316; }

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

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

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

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

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

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

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

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