Html Css Color HEX #62143A Pompadour

📋 copy color: '#62143A'

red 98 ◦ green 20 ◦ blue 58

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

Shades of Pompadour #62143A

Tints of Pompadour #62143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

 BLUE value IS 58 (23.05% from 255) = 32.95%

R = 55.68%
G = 11.36%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#62143A (or 0x62143A) is known color: Pompadour. HEX triplet: 62, 14 and 3A. RGB value is (98,20,58). Sum of RGB (Red+Green+Blue) = 98+20+58=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #62143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62143A is #9DEBC5. Grayscale: #2F2F2F. Windows color (decimal): -10349510 or 3806306. OLE color: 3806306.

HSL color Cylindrical-coordinate representation of color #62143A: hue angle of 330.77º 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 #62143A is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 20 58 -
CMYK 0 0.80 0.41 0.62
HSL 330.77º 0.66% 0.23% -
HSV(B) 330.77º 0.8% 0.38% -
XYZ 6.05 3.4 4.34 -
YUV 47.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 98 20 58 0 0.80 0.41 0.62 330.77 0.66 0.23
Hex 62 14 3A 0 50 29 3E 14B 42 17
Octal 142 24 72 0 120 51 76 513 102 27
Binary 1100010 10100 111010 0 1010000 101001 111110 101001011 1000010 10111

Color Harmonies of #62143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62143A

Black with #62143A

Text Example


Text Example

White with #62143A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62143A;
 }
 .AnyTagClassName
 {
   color: #62143A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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