#631E20

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

Shades of Pohutukawa #631E20

Tints of Pohutukawa #631E20

Color information

#631E20 (or 0x631E20) is unknown color: approx Pohutukawa. HEX triplet: 63, 1E and 20. RGB value is (99,30,32). Sum of RGB (Red+Green+Blue) = 99+30+32=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #631E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E20 is #9CE1DF. Grayscale: #323232. Windows color (decimal): -10281440 or 2104931. OLE color: 2104931.

HSL color Cylindrical-coordinate representation of color #631E20: hue angle of 358.26º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E20 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB993032-
CMYK00.700.680.61
HSL358.26º53.49%25.29%-
HSV(B)358.26º69.7%38.82%-
XYZ5.873.691.77-
YUV50.86117.36162.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.49%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=61.49%
G=18.63%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99303200.700.680.61358.2653.4925.29
Hex631E20046443D1663519
Octal14336400106104755466531
Binary11000111111010000001000110100010011110110110011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631E20; }

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

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

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

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

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

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

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

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