#621220

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

Shades of Pohutukawa #621220

Tints of Pohutukawa #621220

Color information

#621220 (or 0x621220) is unknown color: approx Pohutukawa. HEX triplet: 62, 12 and 20. RGB value is (98,18,32). Sum of RGB (Red+Green+Blue) = 98+18+32=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #621220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621220 is #9DEDDF. Grayscale: #2B2B2B. Windows color (decimal): -10350048 or 2101858. OLE color: 2101858.

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

Color convert

RGB981832-
CMYK00.820.670.62
HSL349.5º68.97%22.75%-
HSV(B)349.5º81.63%38.43%-
XYZ5.513.131.68-
YUV43.52121.5166.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.22%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=66.22%
G=12.16%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98183200.820.670.62349.568.9722.75
Hex621220052433E15e4517
Octal142224001221037653610527
Binary110001010010100000010100101000011111110101011110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621220; }

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

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

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

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

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

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

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

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