#621922

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

Shades of Pohutukawa #621922

Tints of Pohutukawa #621922

Color information

#621922 (or 0x621922) is unknown color: approx Pohutukawa. HEX triplet: 62, 19 and 22. RGB value is (98,25,34). Sum of RGB (Red+Green+Blue) = 98+25+34=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #621922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621922 is #9DE6DD. Grayscale: #2F2F2F. Windows color (decimal): -10348254 or 2234722. OLE color: 2234722.

HSL color Cylindrical-coordinate representation of color #621922: hue angle of 352.6º 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 #621922 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB982534-
CMYK00.740.650.62
HSL352.6º59.35%24.12%-
HSV(B)352.6º74.49%38.43%-
XYZ5.673.411.87-
YUV47.85120.18163.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.42%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=62.42%
G=15.92%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98253400.740.650.62352.659.3524.12
Hex62192204A413E1613b18
Octal14231420112101765417330
Binary11000101100110001001001010100000111111010110000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621922; }

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

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

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

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

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

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

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

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