#621420

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

Shades of Pohutukawa #621420

Tints of Pohutukawa #621420

Color information

#621420 (or 0x621420) is unknown color: approx Pohutukawa. HEX triplet: 62, 14 and 20. RGB value is (98,20,32). Sum of RGB (Red+Green+Blue) = 98+20+32=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #621420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621420 is #9DEBDF. Grayscale: #2C2C2C. Windows color (decimal): -10349536 or 2102370. OLE color: 2102370.

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

Color convert

RGB982032-
CMYK00.800.670.62
HSL350.77º66.1%23.14%-
HSV(B)350.77º79.59%38.43%-
XYZ5.553.21.69-
YUV44.69120.84166.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.33%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=65.33%
G=13.33%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98203200.800.670.62350.7766.123.14
Hex621420050433E15f4217
Octal142244001201037653710227
Binary110001010100100000010100001000011111110101011111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621420; }

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

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

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

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

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

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

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

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