#630F20

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

Shades of Pohutukawa #630F20

Tints of Pohutukawa #630F20

Color information

#630F20 (or 0x630F20) is unknown color: approx Pohutukawa. HEX triplet: 63, 0F and 20. RGB value is (99,15,32). Sum of RGB (Red+Green+Blue) = 99+15+32=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #630F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F20 is #9CF0DF. Grayscale: #2A2A2A. Windows color (decimal): -10285280 or 2101091. OLE color: 2101091.

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

Color convert

RGB991532-
CMYK00.850.680.61
HSL347.86º73.68%22.35%-
HSV(B)347.86º84.85%38.82%-
XYZ5.583.11.67-
YUV42.05122.33168.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.81%
GREEN value IS 15 (6.25% from 255) = 10.27%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=67.81%
G=10.27%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99153200.850.680.61347.8673.6822.35
Hex63F20055443D15c4a16
Octal143174001251047553411226
Binary11000111111100000010101011000100111101101011100100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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