#621822

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

Shades of Pohutukawa #621822

Tints of Pohutukawa #621822

Color information

#621822 (or 0x621822) is unknown color: approx Pohutukawa. HEX triplet: 62, 18 and 22. RGB value is (98,24,34). Sum of RGB (Red+Green+Blue) = 98+24+34=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #621822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621822 is #9DE7DD. Grayscale: #2F2F2F. Windows color (decimal): -10348510 or 2234466. OLE color: 2234466.

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

Color convert

RGB982434-
CMYK00.760.650.62
HSL351.89º60.66%23.92%-
HSV(B)351.89º75.51%38.43%-
XYZ5.653.371.87-
YUV47.27120.52164.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 34 (13.67% from 255) = 21.79%
R=62.82%
G=15.38%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98243400.760.650.62351.8960.6623.92
Hex62182204C413E1603d18
Octal14230420114101765407530
Binary11000101100010001001001100100000111111010110000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621822; }

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

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

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

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

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

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

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

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