#630A0F

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

Shades of Pohutukawa #630A0F

Tints of Pohutukawa #630A0F

Color information

#630A0F (or 0x630A0F) is unknown color: approx Pohutukawa. HEX triplet: 63, 0A and 0F. RGB value is (99,10,15). Sum of RGB (Red+Green+Blue) = 99+10+15=124 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.84% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 99 - color contains mainly: red. Hex color #630A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630A0F is #9CF5F0. Grayscale: #252525. Windows color (decimal): -10286577 or 985699. OLE color: 985699.

HSL color Cylindrical-coordinate representation of color #630A0F: hue angle of 356.63º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A0F is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB991015-
CMYK00.900.850.61
HSL356.63º81.65%21.37%-
HSV(B)356.63º89.9%38.82%-
XYZ5.342.90.73-
YUV37.18115.49172.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 79.84%
GREEN value IS 10 (4.30% from 255) = 8.06%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=79.84%
G=8.06%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99101500.900.850.61356.6381.6521.37
Hex63AF05A553D1655215
Octal143121701321257554512225
Binary110001110101111010110101010101111101101100101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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