#631420

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

Shades of Pohutukawa #631420

Tints of Pohutukawa #631420

Color information

#631420 (or 0x631420) is unknown color: approx Pohutukawa. HEX triplet: 63, 14 and 20. RGB value is (99,20,32). Sum of RGB (Red+Green+Blue) = 99+20+32=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #631420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631420 is #9CEBDF. Grayscale: #2D2D2D. Windows color (decimal): -10284000 or 2102371. OLE color: 2102371.

HSL color Cylindrical-coordinate representation of color #631420: hue angle of 350.89º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631420 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB992032-
CMYK00.800.680.61
HSL350.89º66.39%23.33%-
HSV(B)350.89º79.8%38.82%-
XYZ5.663.261.7-
YUV44.99120.67166.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=65.56%
G=13.25%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99203200.800.680.61350.8966.3923.33
Hex631420050443D15f4217
Octal143244001201047553710227
Binary110001110100100000010100001000100111101101011111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631420; }

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

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

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

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

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

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

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

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