#630A17

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

Shades of Pohutukawa #630A17

Tints of Pohutukawa #630A17

Color information

#630A17 (or 0x630A17) is unknown color: approx Pohutukawa. HEX triplet: 63, 0A and 17. RGB value is (99,10,23). Sum of RGB (Red+Green+Blue) = 99+10+23=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #630A17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630A17 is #9CF5E8. Grayscale: #262626. Windows color (decimal): -10286569 or 1509987. OLE color: 1509987.

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

Color convert

RGB991023-
CMYK00.900.770.61
HSL351.24º81.65%21.37%-
HSV(B)351.24º89.9%38.82%-
XYZ5.412.931.09-
YUV38.09119.49171.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 75%
GREEN value IS 10 (4.30% from 255) = 7.58%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=75%
G=7.58%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99102300.900.770.61351.2481.6521.37
Hex63A1705A4D3D15f5215
Octal143122701321157553712225
Binary1100011101010111010110101001101111101101011111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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