Html Css Color HEX #7D143C Pompadour

📋 copy color: '#7D143C'

red 125 ◦ green 20 ◦ blue 60

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

Shades of Pompadour #7D143C

Tints of Pompadour #7D143C

RGB

 RED value IS 125 (49.22% from 255) = 60.98%

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

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

R = 60.98%
G = 9.76%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D143C (or 0x7D143C) is known color: Pompadour. HEX triplet: 7D, 14 and 3C. RGB value is (125,20,60). Sum of RGB (Red+Green+Blue) = 125+20+60=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D143C is #82EBC3. Grayscale: #373737. Windows color (decimal): -8580036 or 3937405. OLE color: 3937405.

HSL color Cylindrical-coordinate representation of color #7D143C: hue angle of 337.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D143C is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 20 60 -
CMYK 0 0.84 0.52 0.51
HSL 337.14º 0.72% 0.28% -
HSV(B) 337.14º 0.84% 0.49% -
XYZ 9.52 5.19 4.77 -
YUV 55.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 125 20 60 0 0.84 0.52 0.51 337.14 0.72 0.28
Hex 7D 14 3C 0 54 34 33 151 48 1C
Octal 175 24 74 0 124 64 63 521 110 34
Binary 1111101 10100 111100 0 1010100 110100 110011 101010001 1001000 11100

Color Harmonies of #7D143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D143C

Black with #7D143C

Text Example


Text Example

White with #7D143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D143C; }

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

 H1.HeaderClassName
 {
   color: #7D143C;
 }
 .AnyTagClassName
 {
   color: #7D143C;
 }
</style>

background-color css

<style>
 a { background-color: #7D143C; }

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

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

border-color css

<style>
 span { border-color: #7D143C; }

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

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