#63202A

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

Shades of Pohutukawa #63202A

Tints of Pohutukawa #63202A

Color information

#63202A (or 0x63202A) is unknown color: approx Pohutukawa. HEX triplet: 63, 20 and 2A. RGB value is (99,32,42). Sum of RGB (Red+Green+Blue) = 99+32+42=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #63202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63202A is #9CDFD5. Grayscale: #353535. Windows color (decimal): -10280918 or 2760803. OLE color: 2760803.

HSL color Cylindrical-coordinate representation of color #63202A: hue angle of 351.04º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63202A is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB993242-
CMYK00.680.580.61
HSL351.04º51.15%25.69%-
HSV(B)351.04º67.68%38.82%-
XYZ6.083.852.61-
YUV53.17121.7160.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=57.23%
G=18.50%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99324200.680.580.61351.0451.1525.69
Hex63202A0443A3D15f331a
Octal1434052010472755376332
Binary11000111000001010100100010011101011110110101111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63202A; }

 p { color: rgb(99,32,42); }

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

<style>
 a { background-color: #63202A; }

 a { background-color: rgb(99,32,42); }

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

<style>
 span { border-color: #63202A; }

 span { border-color: rgb(99,32,42); }

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