#631A20

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

Shades of Pohutukawa #631A20

Tints of Pohutukawa #631A20

Color information

#631A20 (or 0x631A20) is unknown color: approx Pohutukawa. HEX triplet: 63, 1A and 20. RGB value is (99,26,32). Sum of RGB (Red+Green+Blue) = 99+26+32=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #631A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A20 is #9CE5DF. Grayscale: #303030. Windows color (decimal): -10282464 or 2103907. OLE color: 2103907.

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

Color convert

RGB992632-
CMYK00.740.680.61
HSL355.07º58.4%24.51%-
HSV(B)355.07º73.74%38.82%-
XYZ5.783.51.74-
YUV48.51118.68164.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=63.06%
G=16.56%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99263200.740.680.61355.0758.424.51
Hex631A2004A443D1633a19
Octal14332400112104755437231
Binary11000111101010000001001010100010011110110110001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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