#621322

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

Shades of Pohutukawa #621322

Tints of Pohutukawa #621322

Color information

#621322 (or 0x621322) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 22. RGB value is (98,19,34). Sum of RGB (Red+Green+Blue) = 98+19+34=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #621322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621322 is #9DECDD. Grayscale: #2C2C2C. Windows color (decimal): -10349790 or 2233186. OLE color: 2233186.

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

Color convert

RGB981934-
CMYK00.810.650.62
HSL348.61º67.52%22.94%-
HSV(B)348.61º80.61%38.43%-
XYZ5.563.181.83-
YUV44.33122.17166.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 34 (13.67% from 255) = 22.52%
R=64.90%
G=12.58%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98193400.810.650.62348.6167.5222.94
Hex621322051413E15d4417
Octal142234201211017653510427
Binary110001010011100010010100011000001111110101011101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621322; }

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

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

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

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

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

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

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

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