#62234A

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

Shades of Pompadour #62234A

Tints of Pompadour #62234A

Color information

#62234A (or 0x62234A) is unknown color: approx Pompadour. HEX triplet: 62, 23 and 4A. RGB value is (98,35,74). Sum of RGB (Red+Green+Blue) = 98+35+74=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #62234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62234A is #9DDCB5. Grayscale: #3A3A3A. Windows color (decimal): -10345654 or 4858722. OLE color: 4858722.

HSL color Cylindrical-coordinate representation of color #62234A: hue angle of 322.86º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62234A is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB983574-
CMYK00.640.240.62
HSL322.86º47.37%26.08%-
HSV(B)322.86º64.29%38.43%-
XYZ6.874.296.94-
YUV58.28136.87156.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=47.34%
G=16.91%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98357400.640.240.62322.8647.3726.08
Hex62234A040183E1432f1a
Octal14243112010030765035732
Binary11000101000111001010010000001100011111010100001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62234A; }

 p { color: rgb(98,35,74); }

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

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

 a { background-color: rgb(98,35,74); }

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

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

 span { border-color: rgb(98,35,74); }

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