Html Css Color HEX #62143E Pompadour

📋 copy color: '#62143E'

red 98 ◦ green 20 ◦ blue 62

#62143E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #62143E

Tints of Pompadour #62143E

RGB

 RED value IS 98 (38.67% from 255) = 54.44%

 GREEN value IS 20 (8.2% 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 value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#62143E (or 0x62143E) is known color: 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

RGB 98 20 62 -
CMYK 0 0.80 0.37 0.62
HSL 327.69º 0.66% 0.23% -
HSV(B) 327.69º 0.8% 0.38% -
XYZ 6.16 3.44 4.9 -
YUV 48.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 98 20 62 0 0.80 0.37 0.62 327.69 0.66 0.23
Hex 62 14 3E 0 50 25 3E 148 42 17
Octal 142 24 76 0 120 45 76 510 102 27
Binary 1100010 10100 111110 0 1010000 100101 111110 101001000 1000010 10111

Color Harmonies of #62143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62143E

Black with #62143E

Text Example


Text Example

White with #62143E

Text Example


Text Example

HTML Codes & Css Web 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>