Html Css Color HEX #7D1848 Pompadour

📋 copy color: '#7D1848'

red 125 ◦ green 24 ◦ blue 72

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

Shades of Pompadour #7D1848

Tints of Pompadour #7D1848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.58%

R = 56.56%
G = 10.86%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7D1848 (or 0x7D1848) is known color: Pompadour. HEX triplet: 7D, 18 and 48. RGB value is (125,24,72). Sum of RGB (Red+Green+Blue) = 125+24+72=221 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.56% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1848 is #82E7B7. Grayscale: #3B3B3B. Windows color (decimal): -8579000 or 4724861. OLE color: 4724861.

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

Color convert

RGB 125 24 72 -
CMYK 0 0.81 0.42 0.51
HSL 331.49º 0.68% 0.29% -
HSV(B) 331.49º 0.81% 0.49% -
XYZ 9.95 5.48 6.66 -
YUV 59.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 125 24 72 0 0.81 0.42 0.51 331.49 0.68 0.29
Hex 7D 18 48 0 51 2A 33 14B 44 1D
Octal 175 30 110 0 121 52 63 513 104 35
Binary 1111101 11000 1001000 0 1010001 101010 110011 101001011 1000100 11101

Color Harmonies of #7D1848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1848

Black with #7D1848

Text Example


Text Example

White with #7D1848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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