#63111D

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

Shades of Pohutukawa #63111D

Tints of Pohutukawa #63111D

Color information

#63111D (or 0x63111D) is unknown color: approx Pohutukawa. HEX triplet: 63, 11 and 1D. RGB value is (99,17,29). Sum of RGB (Red+Green+Blue) = 99+17+29=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #63111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63111D is #9CEEE2. Grayscale: #2A2A2A. Windows color (decimal): -10284771 or 1904995. OLE color: 1904995.

HSL color Cylindrical-coordinate representation of color #63111D: hue angle of 351.22º 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 #63111D is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB991729-
CMYK00.830.710.61
HSL351.22º70.69%22.75%-
HSV(B)351.22º82.83%38.82%-
XYZ5.573.141.48-
YUV42.89120.17168.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.28%
GREEN value IS 17 (7.03% from 255) = 11.72%
BLUE value IS 29 (11.72% from 255) = 20%
R=68.28%
G=11.72%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99172900.830.710.61351.2270.6922.75
Hex63111D053473D15f4717
Octal143213501231077553710727
Binary11000111000111101010100111000111111101101011111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63111D; }

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

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

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

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

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

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

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

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