#63020B

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

Shades of Pohutukawa #63020B

Tints of Pohutukawa #63020B

Color information

#63020B (or 0x63020B) is unknown color: approx Pohutukawa. HEX triplet: 63, 02 and 0B. RGB value is (99,2,11). Sum of RGB (Red+Green+Blue) = 99+2+11=112 (14% of max value = 765). Red value is 99 (39.06% from 255 or 88.39% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 99 - color contains mainly: red. Hex color #63020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63020B is #9CFDF4. Grayscale: #202020. Windows color (decimal): -10288629 or 721507. OLE color: 721507.

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

Color convert

RGB99211-
CMYK00.980.890.61
HSL354.43º96.04%19.8%-
HSV(B)354.43º97.98%38.82%-
XYZ5.232.720.57-
YUV32.03116.14175.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 88.39%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=88.39%
G=1.79%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9921100.980.890.61354.4396.0419.8
Hex632B062593D1626014
Octal14321301421317554214024
Binary1100011101011011000101011001111101101100010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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