#631920

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

Shades of Pohutukawa #631920

Tints of Pohutukawa #631920

Color information

#631920 (or 0x631920) is unknown color: approx Pohutukawa. HEX triplet: 63, 19 and 20. RGB value is (99,25,32). Sum of RGB (Red+Green+Blue) = 99+25+32=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #631920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631920 is #9CE6DF. Grayscale: #2F2F2F. Windows color (decimal): -10282720 or 2103651. OLE color: 2103651.

HSL color Cylindrical-coordinate representation of color #631920: hue angle of 354.32º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631920 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB992532-
CMYK00.750.680.61
HSL354.32º59.68%24.31%-
HSV(B)354.32º74.75%38.82%-
XYZ5.753.451.73-
YUV47.92119.02164.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.46%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=63.46%
G=16.03%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99253200.750.680.61354.3259.6824.31
Hex63192004B443D1623c18
Octal14331400113104755427430
Binary11000111100110000001001011100010011110110110001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631920; }

 p { color: rgb(99,25,32); }

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

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

 a { background-color: rgb(99,25,32); }

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

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

 span { border-color: rgb(99,25,32); }

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