#630413

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

Shades of Pohutukawa #630413

Tints of Pohutukawa #630413

Color information

#630413 (or 0x630413) is unknown color: approx Pohutukawa. HEX triplet: 63, 04 and 13. RGB value is (99,4,19). Sum of RGB (Red+Green+Blue) = 99+4+19=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #630413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630413 is #9CFBEC. Grayscale: #222222. Windows color (decimal): -10288109 or 1246307. OLE color: 1246307.

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

Color convert

RGB99419-
CMYK00.960.810.61
HSL350.53º92.23%20.2%-
HSV(B)350.53º95.96%38.82%-
XYZ5.312.790.87-
YUV34.11119.47174.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 81.15%
GREEN value IS 4 (1.95% from 255) = 3.28%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=81.15%
G=3.28%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9941900.960.810.61350.5392.2320.2
Hex63413060513D15f5c14
Octal14342301401217553713424
Binary110001110010011011000001010001111101101011111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630413; }

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

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

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

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

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

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

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

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