#630424

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

Shades of Pohutukawa #630424

Tints of Pohutukawa #630424

Color information

#630424 (or 0x630424) is unknown color: approx Pohutukawa. HEX triplet: 63, 04 and 24. RGB value is (99,4,36). Sum of RGB (Red+Green+Blue) = 99+4+36=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #630424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630424 is #9CFBDB. Grayscale: #242424. Windows color (decimal): -10288092 or 2360419. OLE color: 2360419.

HSL color Cylindrical-coordinate representation of color #630424: hue angle of 339.79º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630424 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB99436-
CMYK00.960.640.61
HSL339.79º92.23%20.2%-
HSV(B)339.79º95.96%38.82%-
XYZ5.512.871.93-
YUV36.05127.97172.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.22%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=71.22%
G=2.88%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9943600.960.640.61339.7992.2320.2
Hex63424060403D1545c14
Octal14344401401007552413424
Binary1100011100100100011000001000000111101101010100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630424; }

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

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

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

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

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

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

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

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