#611016

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

Shades of Pohutukawa #611016

Tints of Pohutukawa #611016

Color information

#611016 (or 0x611016) is unknown color: approx Pohutukawa. HEX triplet: 61, 10 and 16. RGB value is (97,16,22). Sum of RGB (Red+Green+Blue) = 97+16+22=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #611016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611016 is #9EEFE9. Grayscale: #282828. Windows color (decimal): -10416106 or 1445985. OLE color: 1445985.

HSL color Cylindrical-coordinate representation of color #611016: hue angle of 355.56º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611016 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB971622-
CMYK00.840.770.62
HSL355.56º71.68%22.16%-
HSV(B)355.56º83.51%38.04%-
XYZ5.262.971.06-
YUV40.9117.34168.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.85%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=71.85%
G=11.85%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97162200.840.770.62355.5671.6822.16
Hex6110160544D3E1644816
Octal141202601241157654411026
Binary11000011000010110010101001001101111110101100100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611016; }

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

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

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

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

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

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

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

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