#63102D

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

Shades of Pohutukawa #63102D

Tints of Pohutukawa #63102D

Color information

#63102D (or 0x63102D) is unknown color: approx Pohutukawa. HEX triplet: 63, 10 and 2D. RGB value is (99,16,45). Sum of RGB (Red+Green+Blue) = 99+16+45=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #63102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63102D is #9CEFD2. Grayscale: #2C2C2C. Windows color (decimal): -10285011 or 2953315. OLE color: 2953315.

HSL color Cylindrical-coordinate representation of color #63102D: hue angle of 339.04º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63102D is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB991645-
CMYK00.840.550.61
HSL339.04º72.17%22.55%-
HSV(B)339.04º83.84%38.82%-
XYZ5.83.212.8-
YUV44.12128.5167.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.88%
GREEN value IS 16 (6.64% from 255) = 10%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=61.88%
G=10%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99164500.840.550.61339.0472.1722.55
Hex63102D054373D1534817
Octal14320550124677552311027
Binary11000111000010110101010100110111111101101010011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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