#631116

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

Shades of Pohutukawa #631116

Tints of Pohutukawa #631116

Color information

#631116 (or 0x631116) is unknown color: approx Pohutukawa. HEX triplet: 63, 11 and 16. RGB value is (99,17,22). Sum of RGB (Red+Green+Blue) = 99+17+22=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #631116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631116 is #9CEEE9. Grayscale: #2A2A2A. Windows color (decimal): -10284778 or 1446243. OLE color: 1446243.

HSL color Cylindrical-coordinate representation of color #631116: hue angle of 356.34º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631116 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB991722-
CMYK00.830.780.61
HSL356.34º70.69%22.75%-
HSV(B)356.34º82.83%38.82%-
XYZ5.493.111.07-
YUV42.09116.67168.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.74%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=71.74%
G=12.32%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99172200.830.780.61356.3470.6922.75
Hex6311160534E3D1644717
Octal143212601231167554410727
Binary11000111000110110010100111001110111101101100100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631116; }

 p { color: rgb(99,17,22); }

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

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

 a { background-color: rgb(99,17,22); }

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

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

 span { border-color: rgb(99,17,22); }

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