Html Css Color HEX #7D1542 Pompadour

📋 copy color: '#7D1542'

red 125 ◦ green 21 ◦ blue 66

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

Shades of Pompadour #7D1542

Tints of Pompadour #7D1542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

 BLUE value IS 66 (26.17% from 255) = 31.13%

R = 58.96%
G = 9.91%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7D1542 (or 0x7D1542) is known color: Pompadour. HEX triplet: 7D, 15 and 42. RGB value is (125,21,66). Sum of RGB (Red+Green+Blue) = 125+21+66=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1542 is #82EABD. Grayscale: #393939. Windows color (decimal): -8579774 or 4330877. OLE color: 4330877.

HSL color Cylindrical-coordinate representation of color #7D1542: hue angle of 334.04º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1542 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 21 66 -
CMYK 0 0.83 0.47 0.51
HSL 334.04º 0.71% 0.29% -
HSV(B) 334.04º 0.83% 0.49% -
XYZ 9.71 5.29 5.66 -
YUV 57.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 125 21 66 0 0.83 0.47 0.51 334.04 0.71 0.29
Hex 7D 15 42 0 53 2F 33 14E 47 1D
Octal 175 25 102 0 123 57 63 516 107 35
Binary 1111101 10101 1000010 0 1010011 101111 110011 101001110 1000111 11101

Color Harmonies of #7D1542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1542

Black with #7D1542

Text Example


Text Example

White with #7D1542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,21,66); }

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

background-color css

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

 a { background-color: rgb(125,21,66); }

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

border-color css

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

 span { border-color: rgb(125,21,66); }

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