Html Css Color HEX #7D1644 Pompadour

📋 copy color: '#7D1644'

red 125 ◦ green 22 ◦ blue 68

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

Shades of Pompadour #7D1644

Tints of Pompadour #7D1644

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 58.14%
G = 10.23%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7D1644 (or 0x7D1644) is known color: Pompadour. HEX triplet: 7D, 16 and 44. RGB value is (125,22,68). Sum of RGB (Red+Green+Blue) = 125+22+68=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1644 is #82E9BB. Grayscale: #393939. Windows color (decimal): -8579516 or 4462205. OLE color: 4462205.

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

Color convert

RGB 125 22 68 -
CMYK 0 0.82 0.46 0.51
HSL 333.2º 0.7% 0.29% -
HSV(B) 333.2º 0.82% 0.49% -
XYZ 9.79 5.35 5.99 -
YUV 58.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 125 22 68 0 0.82 0.46 0.51 333.2 0.7 0.29
Hex 7D 16 44 0 52 2E 33 14D 46 1D
Octal 175 26 104 0 122 56 63 515 106 35
Binary 1111101 10110 1000100 0 1010010 101110 110011 101001101 1000110 11101

Color Harmonies of #7D1644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1644

Black with #7D1644

Text Example


Text Example

White with #7D1644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,22,68); }

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

background-color css

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

 a { background-color: rgb(125,22,68); }

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

border-color css

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

 span { border-color: rgb(125,22,68); }

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