Html Css Color HEX #7D1841 Pompadour

📋 copy color: '#7D1841'

red 125 ◦ green 24 ◦ blue 65

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

Shades of Pompadour #7D1841

Tints of Pompadour #7D1841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 58.41%
G = 11.21%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7D1841 (or 0x7D1841) is known color: Pompadour. HEX triplet: 7D, 18 and 41. RGB value is (125,24,65). Sum of RGB (Red+Green+Blue) = 125+24+65=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1841 is #82E7BE. Grayscale: #3A3A3A. Windows color (decimal): -8579007 or 4266109. OLE color: 4266109.

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

Color convert

RGB 125 24 65 -
CMYK 0 0.81 0.48 0.51
HSL 335.64º 0.68% 0.29% -
HSV(B) 335.64º 0.81% 0.49% -
XYZ 9.74 5.39 5.53 -
YUV 58.87 131.46 175.17 -
System Red Green Blue C M Y K H S L
Decimal 125 24 65 0 0.81 0.48 0.51 335.64 0.68 0.29
Hex 7D 18 41 0 51 30 33 150 44 1D
Octal 175 30 101 0 121 60 63 520 104 35
Binary 1111101 11000 1000001 0 1010001 110000 110011 101010000 1000100 11101

Color Harmonies of #7D1841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1841

Black with #7D1841

Text Example


Text Example

White with #7D1841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,24,65); }

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

background-color css

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

 a { background-color: rgb(125,24,65); }

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

border-color css

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

 span { border-color: rgb(125,24,65); }

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