#630A24

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

Shades of Pohutukawa #630A24

Tints of Pohutukawa #630A24

Color information

#630A24 (or 0x630A24) is unknown color: approx Pohutukawa. HEX triplet: 63, 0A and 24. RGB value is (99,10,36). Sum of RGB (Red+Green+Blue) = 99+10+36=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #630A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A24 is #9CF5DB. Grayscale: #272727. Windows color (decimal): -10286556 or 2361955. OLE color: 2361955.

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

Color convert

RGB991036-
CMYK00.900.640.61
HSL342.47º81.65%21.37%-
HSV(B)342.47º89.9%38.82%-
XYZ5.5731.95-
YUV39.57125.99170.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.28%
GREEN value IS 10 (4.30% from 255) = 6.90%
BLUE value IS 36 (14.45% from 255) = 24.83%
R=68.28%
G=6.90%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99103600.900.640.61342.4781.6521.37
Hex63A2405A403D1565215
Octal143124401321007552612225
Binary11000111010100100010110101000000111101101010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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