#622128

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

Shades of Pohutukawa #622128

Tints of Pohutukawa #622128

Color information

#622128 (or 0x622128) is unknown color: approx Pohutukawa. HEX triplet: 62, 21 and 28. RGB value is (98,33,40). Sum of RGB (Red+Green+Blue) = 98+33+40=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #622128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622128 is #9DDED7. Grayscale: #353535. Windows color (decimal): -10346200 or 2629986. OLE color: 2629986.

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

Color convert

RGB983340-
CMYK00.660.590.62
HSL353.54º49.62%25.69%-
HSV(B)353.54º66.33%38.43%-
XYZ5.963.842.43-
YUV53.23120.53159.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=57.31%
G=19.30%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98334000.660.590.62353.5449.6225.69
Hex6221280423B3E162321a
Octal1424150010273765426232
Binary11000101000011010000100001011101111111010110001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622128; }

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

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

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

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

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

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

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

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