#63112D

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

Shades of Pohutukawa #63112D

Tints of Pohutukawa #63112D

Color information

#63112D (or 0x63112D) is unknown color: approx Pohutukawa. HEX triplet: 63, 11 and 2D. RGB value is (99,17,45). Sum of RGB (Red+Green+Blue) = 99+17+45=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #63112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63112D is #9CEED2. Grayscale: #2C2C2C. Windows color (decimal): -10284755 or 2953571. OLE color: 2953571.

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

Color convert

RGB991745-
CMYK00.830.550.61
HSL339.51º70.69%22.75%-
HSV(B)339.51º82.83%38.82%-
XYZ5.823.242.8-
YUV44.71128.17166.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.49%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=61.49%
G=10.56%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99174500.830.550.61339.5170.6922.75
Hex63112D053373D1544717
Octal14321550123677552410727
Binary11000111000110110101010011110111111101101010100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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