#610B16

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

Shades of Pohutukawa #610B16

Tints of Pohutukawa #610B16

Color information

#610B16 (or 0x610B16) is unknown color: approx Pohutukawa. HEX triplet: 61, 0B and 16. RGB value is (97,11,22). Sum of RGB (Red+Green+Blue) = 97+11+22=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #610B16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610B16 is #9EF4E9. Grayscale: #262626. Windows color (decimal): -10417386 or 1444705. OLE color: 1444705.

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

Color convert

RGB971122-
CMYK00.890.770.62
HSL352.33º79.63%21.18%-
HSV(B)352.33º88.66%38.04%-
XYZ5.192.841.03-
YUV37.97118.99170.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.62%
GREEN value IS 11 (4.69% from 255) = 8.46%
BLUE value IS 22 (8.98% from 255) = 16.92%
R=74.62%
G=8.46%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97112200.890.770.62352.3379.6321.18
Hex61B160594D3E1605015
Octal141132601311157654012025
Binary1100001101110110010110011001101111110101100000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610B16; }

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

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

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

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

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

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

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

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