#621921

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

Shades of Pohutukawa #621921

Tints of Pohutukawa #621921

Color information

#621921 (or 0x621921) is unknown color: approx Pohutukawa. HEX triplet: 62, 19 and 21. RGB value is (98,25,33). Sum of RGB (Red+Green+Blue) = 98+25+33=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #621921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621921 is #9DE6DE. Grayscale: #2F2F2F. Windows color (decimal): -10348255 or 2169186. OLE color: 2169186.

HSL color Cylindrical-coordinate representation of color #621921: hue angle of 353.42º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621921 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB982533-
CMYK00.740.660.62
HSL353.42º59.35%24.12%-
HSV(B)353.42º74.49%38.43%-
XYZ5.663.41.8-
YUV47.74119.68163.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=62.82%
G=16.03%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98253300.740.660.62353.4259.3524.12
Hex62192104A423E1613b18
Octal14231410112102765417330
Binary11000101100110000101001010100001011111010110000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621921; }

 p { color: rgb(98,25,33); }

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

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

 a { background-color: rgb(98,25,33); }

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

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

 span { border-color: rgb(98,25,33); }

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