Html Css Color HEX #7D143F Pompadour

📋 copy color: '#7D143F'

red 125 ◦ green 20 ◦ blue 63

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

Shades of Pompadour #7D143F

Tints of Pompadour #7D143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.29%

R = 60.1%
G = 9.62%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D143F (or 0x7D143F) is known color: Pompadour. HEX triplet: 7D, 14 and 3F. RGB value is (125,20,63). Sum of RGB (Red+Green+Blue) = 125+20+63=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D143F is #82EBC0. Grayscale: #383838. Windows color (decimal): -8580033 or 4134013. OLE color: 4134013.

HSL color Cylindrical-coordinate representation of color #7D143F: hue angle of 335.43º 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 #7D143F is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 20 63 -
CMYK 0 0.84 0.50 0.51
HSL 335.43º 0.72% 0.28% -
HSV(B) 335.43º 0.84% 0.49% -
XYZ 9.6 5.22 5.2 -
YUV 56.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 125 20 63 0 0.84 0.50 0.51 335.43 0.72 0.28
Hex 7D 14 3F 0 54 32 33 14F 48 1C
Octal 175 24 77 0 124 62 63 517 110 34
Binary 1111101 10100 111111 0 1010100 110010 110011 101001111 1001000 11100

Color Harmonies of #7D143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D143F

Black with #7D143F

Text Example


Text Example

White with #7D143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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