#62143E

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

Shades of Pompadour #62143E

Tints of Pompadour #62143E

Color information

#62143E (or 0x62143E) is unknown color: approx Pompadour. HEX triplet: 62, 14 and 3E. RGB value is (98,20,62). Sum of RGB (Red+Green+Blue) = 98+20+62=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #62143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62143E is #9DEBC1. Grayscale: #303030. Windows color (decimal): -10349506 or 4068450. OLE color: 4068450.

HSL color Cylindrical-coordinate representation of color #62143E: hue angle of 327.69º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62143E is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB982062-
CMYK00.800.370.62
HSL327.69º66.1%23.14%-
HSV(B)327.69º79.59%38.43%-
XYZ6.163.444.9-
YUV48.11135.84163.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.44%
GREEN value IS 20 (8.20% from 255) = 11.11%
BLUE value IS 62 (24.61% from 255) = 34.44%
R=54.44%
G=11.11%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98206200.800.370.62327.6966.123.14
Hex62143E050253E1484217
Octal14224760120457651010227
Binary11000101010011111001010000100101111110101001000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62143E; }

 p { color: rgb(98,20,62); }

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

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

 a { background-color: rgb(98,20,62); }

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

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

 span { border-color: rgb(98,20,62); }

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