#63040C

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

Shades of Pohutukawa #63040C

Tints of Pohutukawa #63040C

Color information

#63040C (or 0x63040C) is unknown color: approx Pohutukawa. HEX triplet: 63, 04 and 0C. RGB value is (99,4,12). Sum of RGB (Red+Green+Blue) = 99+4+12=115 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.09% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 99 - color contains mainly: red. Hex color #63040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63040C is #9CFBF3. Grayscale: #212121. Windows color (decimal): -10288116 or 787555. OLE color: 787555.

HSL color Cylindrical-coordinate representation of color #63040C: hue angle of 354.95º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63040C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB99412-
CMYK00.960.880.61
HSL354.95º92.23%20.2%-
HSV(B)354.95º95.96%38.82%-
XYZ5.262.770.6-
YUV33.32115.97174.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 86.09%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=86.09%
G=3.48%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9941200.960.880.61354.9592.2320.2
Hex634C060583D1635c14
Octal14341401401307554313424
Binary11000111001100011000001011000111101101100011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63040C; }

 p { color: rgb(99,4,12); }

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

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

 a { background-color: rgb(99,4,12); }

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

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

 span { border-color: rgb(99,4,12); }

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