Html Css Color HEX #62143C Pompadour

📋 copy color: '#62143C'

red 98 ◦ green 20 ◦ blue 60

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

Shades of Pompadour #62143C

Tints of Pompadour #62143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.71%

R = 55.06%
G = 11.24%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#62143C (or 0x62143C) is known color: Pompadour. HEX triplet: 62, 14 and 3C. RGB value is (98,20,60). Sum of RGB (Red+Green+Blue) = 98+20+60=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62143C is #9DEBC3. Grayscale: #2F2F2F. Windows color (decimal): -10349508 or 3937378. OLE color: 3937378.

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

Color convert

RGB 98 20 60 -
CMYK 0 0.80 0.39 0.62
HSL 329.23º 0.66% 0.23% -
HSV(B) 329.23º 0.8% 0.38% -
XYZ 6.1 3.42 4.61 -
YUV 47.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 98 20 60 0 0.80 0.39 0.62 329.23 0.66 0.23
Hex 62 14 3C 0 50 27 3E 149 42 17
Octal 142 24 74 0 120 47 76 511 102 27
Binary 1100010 10100 111100 0 1010000 100111 111110 101001001 1000010 10111

Color Harmonies of #62143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62143C

Black with #62143C

Text Example


Text Example

White with #62143C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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