#63050B

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

Shades of Pohutukawa #63050B

Tints of Pohutukawa #63050B

Color information

#63050B (or 0x63050B) is unknown color: approx Pohutukawa. HEX triplet: 63, 05 and 0B. RGB value is (99,5,11). Sum of RGB (Red+Green+Blue) = 99+5+11=115 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.09% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 99 - color contains mainly: red. Hex color #63050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63050B is #9CFAF4. Grayscale: #212121. Windows color (decimal): -10287861 or 722275. OLE color: 722275.

HSL color Cylindrical-coordinate representation of color #63050B: hue angle of 356.17º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63050B is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB99511-
CMYK00.950.890.61
HSL356.17º90.38%20.39%-
HSV(B)356.17º94.95%38.82%-
XYZ5.262.790.58-
YUV33.79115.14174.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 86.09%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=86.09%
G=4.35%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9951100.950.890.61356.1790.3820.39
Hex635B05F593D1645a14
Octal14351301371317554413224
Binary11000111011011010111111011001111101101100100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,5,11); }

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

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

 a { background-color: rgb(99,5,11); }

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

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

 span { border-color: rgb(99,5,11); }

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