#630410

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

Shades of Pohutukawa #630410

Tints of Pohutukawa #630410

Color information

#630410 (or 0x630410) is unknown color: approx Pohutukawa. HEX triplet: 63, 04 and 10. RGB value is (99,4,16). Sum of RGB (Red+Green+Blue) = 99+4+16=119 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.19% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 99 - color contains mainly: red. Hex color #630410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630410 is #9CFBEF. Grayscale: #212121. Windows color (decimal): -10288112 or 1049699. OLE color: 1049699.

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

Color convert

RGB99416-
CMYK00.960.840.61
HSL352.42º92.23%20.2%-
HSV(B)352.42º95.96%38.82%-
XYZ5.282.780.75-
YUV33.77117.97174.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 83.19%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=83.19%
G=3.36%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9941600.960.840.61352.4292.2320.2
Hex63410060543D1605c14
Octal14342001401247554013424
Binary110001110010000011000001010100111101101100000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630410; }

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

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

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

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

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

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

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

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