#621320

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

Shades of Pohutukawa #621320

Tints of Pohutukawa #621320

Color information

#621320 (or 0x621320) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 20. RGB value is (98,19,32). Sum of RGB (Red+Green+Blue) = 98+19+32=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #621320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621320 is #9DECDF. Grayscale: #2C2C2C. Windows color (decimal): -10349792 or 2102114. OLE color: 2102114.

HSL color Cylindrical-coordinate representation of color #621320: hue angle of 350.13º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621320 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB981932-
CMYK00.810.670.62
HSL350.13º67.52%22.94%-
HSV(B)350.13º80.61%38.43%-
XYZ5.533.171.69-
YUV44.1121.17166.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=65.77%
G=12.75%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98193200.810.670.62350.1367.5222.94
Hex621320051433E15e4417
Octal142234001211037653610427
Binary110001010011100000010100011000011111110101011110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621320; }

 p { color: rgb(98,19,32); }

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

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

 a { background-color: rgb(98,19,32); }

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

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

 span { border-color: rgb(98,19,32); }

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