#63111B

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

Shades of Pohutukawa #63111B

Tints of Pohutukawa #63111B

Color information

#63111B (or 0x63111B) is unknown color: approx Pohutukawa. HEX triplet: 63, 11 and 1B. RGB value is (99,17,27). Sum of RGB (Red+Green+Blue) = 99+17+27=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #63111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63111B is #9CEEE4. Grayscale: #2A2A2A. Windows color (decimal): -10284773 or 1773923. OLE color: 1773923.

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

Color convert

RGB991727-
CMYK00.830.730.61
HSL352.68º70.69%22.75%-
HSV(B)352.68º82.83%38.82%-
XYZ5.543.131.35-
YUV42.66119.17168.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 69.23%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 27 (10.94% from 255) = 18.88%
R=69.23%
G=11.89%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99172700.830.730.61352.6870.6922.75
Hex63111B053493D1614717
Octal143213301231117554110727
Binary11000111000111011010100111001001111101101100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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