#631E21

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

Shades of Pohutukawa #631E21

Tints of Pohutukawa #631E21

Color information

#631E21 (or 0x631E21) is unknown color: approx Pohutukawa. HEX triplet: 63, 1E and 21. RGB value is (99,30,33). Sum of RGB (Red+Green+Blue) = 99+30+33=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #631E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E21 is #9CE1DE. Grayscale: #333333. Windows color (decimal): -10281439 or 2170467. OLE color: 2170467.

HSL color Cylindrical-coordinate representation of color #631E21: hue angle of 357.39º 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 #631E21 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB993033-
CMYK00.700.670.61
HSL357.39º53.49%25.29%-
HSV(B)357.39º69.7%38.82%-
XYZ5.883.691.84-
YUV50.97117.86162.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 30 (12.11% from 255) = 18.52%
BLUE value IS 33 (13.28% from 255) = 20.37%
R=61.11%
G=18.52%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99303300.700.670.61357.3953.4925.29
Hex631E21046433D1653519
Octal14336410106103755456531
Binary11000111111010000101000110100001111110110110010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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