#630F18

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

Shades of Pohutukawa #630F18

Tints of Pohutukawa #630F18

Color information

#630F18 (or 0x630F18) is unknown color: approx Pohutukawa. HEX triplet: 63, 0F and 18. RGB value is (99,15,24). Sum of RGB (Red+Green+Blue) = 99+15+24=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #630F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630F18 is #9CF0E7. Grayscale: #292929. Windows color (decimal): -10285288 or 1576803. OLE color: 1576803.

HSL color Cylindrical-coordinate representation of color #630F18: hue angle of 353.57º 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 #630F18 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB991524-
CMYK00.850.760.61
HSL353.57º73.68%22.35%-
HSV(B)353.57º84.85%38.82%-
XYZ5.483.061.17-
YUV41.14118.33169.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.74%
GREEN value IS 15 (6.25% from 255) = 10.87%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=71.74%
G=10.87%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99152400.850.760.61353.5773.6822.35
Hex63F180554C3D1624a16
Octal143173001251147554211226
Binary1100011111111000010101011001100111101101100010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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