#630D20

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

Shades of Pohutukawa #630D20

Tints of Pohutukawa #630D20

Color information

#630D20 (or 0x630D20) is unknown color: approx Pohutukawa. HEX triplet: 63, 0D and 20. RGB value is (99,13,32). Sum of RGB (Red+Green+Blue) = 99+13+32=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #630D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630D20 is #9CF2DF. Grayscale: #282828. Windows color (decimal): -10285792 or 2100579. OLE color: 2100579.

HSL color Cylindrical-coordinate representation of color #630D20: hue angle of 346.74º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #630D20 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB991332-
CMYK00.870.680.61
HSL346.74º76.79%21.96%-
HSV(B)346.74º86.87%38.82%-
XYZ5.553.041.66-
YUV40.88122.99169.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.75%
GREEN value IS 13 (5.47% from 255) = 9.03%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=68.75%
G=9.03%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99133200.870.680.61346.7476.7921.96
Hex63D20057443D15b4d16
Octal143154001271047553311526
Binary11000111101100000010101111000100111101101011011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630D20; }

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

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

<style>
 a { background-color: #630D20; }

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

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

<style>
 span { border-color: #630D20; }

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

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