#630412

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

Shades of Pohutukawa #630412

Tints of Pohutukawa #630412

Color information

#630412 (or 0x630412) is unknown color: approx Pohutukawa. HEX triplet: 63, 04 and 12. RGB value is (99,4,18). Sum of RGB (Red+Green+Blue) = 99+4+18=121 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.82% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 99 - color contains mainly: red. Hex color #630412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630412 is #9CFBED. Grayscale: #222222. Windows color (decimal): -10288110 or 1180771. OLE color: 1180771.

HSL color Cylindrical-coordinate representation of color #630412: hue angle of 351.16º 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 #630412 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB99418-
CMYK00.960.820.61
HSL351.16º92.23%20.2%-
HSV(B)351.16º95.96%38.82%-
XYZ5.32.780.83-
YUV34118.97174.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 81.82%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=81.82%
G=3.31%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9941800.960.820.61351.1692.2320.2
Hex63412060523D15f5c14
Octal14342201401227553713424
Binary110001110010010011000001010010111101101011111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630412; }

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

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

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

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

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

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

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

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