#63030B

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

Shades of Pohutukawa #63030B

Tints of Pohutukawa #63030B

Color information

#63030B (or 0x63030B) is unknown color: approx Pohutukawa. HEX triplet: 63, 03 and 0B. RGB value is (99,3,11). Sum of RGB (Red+Green+Blue) = 99+3+11=113 (14% of max value = 765). Red value is 99 (39.06% from 255 or 87.61% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 99 - color contains mainly: red. Hex color #63030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63030B is #9CFCF4. Grayscale: #202020. Windows color (decimal): -10288373 or 721763. OLE color: 721763.

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

Color convert

RGB99311-
CMYK00.970.890.61
HSL355º94.12%20%-
HSV(B)355º96.97%38.82%-
XYZ5.242.740.57-
YUV32.62115.8175.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 87.61%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=87.61%
G=2.65%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9931100.970.890.6135594.1220
Hex633B061593D1635e14
Octal14331301411317554313624
Binary1100011111011011000011011001111101101100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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