Html Css Color HEX #7D1640 Pompadour

📋 copy color: '#7D1640'

red 125 ◦ green 22 ◦ blue 64

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

Shades of Pompadour #7D1640

Tints of Pompadour #7D1640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.33%

R = 59.24%
G = 10.43%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7D1640 (or 0x7D1640) is known color: Pompadour. HEX triplet: 7D, 16 and 40. RGB value is (125,22,64). Sum of RGB (Red+Green+Blue) = 125+22+64=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1640 is #82E9BF. Grayscale: #393939. Windows color (decimal): -8579520 or 4200061. OLE color: 4200061.

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

Color convert

RGB 125 22 64 -
CMYK 0 0.82 0.49 0.51
HSL 335.53º 0.7% 0.29% -
HSV(B) 335.53º 0.82% 0.49% -
XYZ 9.67 5.3 5.36 -
YUV 57.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 125 22 64 0 0.82 0.49 0.51 335.53 0.7 0.29
Hex 7D 16 40 0 52 31 33 150 46 1D
Octal 175 26 100 0 122 61 63 520 106 35
Binary 1111101 10110 1000000 0 1010010 110001 110011 101010000 1000110 11101

Color Harmonies of #7D1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1640

Black with #7D1640

Text Example


Text Example

White with #7D1640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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