Html Css Color HEX #7D163F Pompadour

📋 copy color: '#7D163F'

red 125 ◦ green 22 ◦ blue 63

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

Shades of Pompadour #7D163F

Tints of Pompadour #7D163F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30%

R = 59.52%
G = 10.48%
B = 30%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D163F (or 0x7D163F) is known color: Pompadour. HEX triplet: 7D, 16 and 3F. RGB value is (125,22,63). Sum of RGB (Red+Green+Blue) = 125+22+63=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D163F is #82E9C0. Grayscale: #393939. Windows color (decimal): -8579521 or 4134525. OLE color: 4134525.

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

Color convert

RGB 125 22 63 -
CMYK 0 0.82 0.50 0.51
HSL 336.12º 0.7% 0.29% -
HSV(B) 336.12º 0.82% 0.49% -
XYZ 9.64 5.29 5.22 -
YUV 57.47 131.12 176.17 -
System Red Green Blue C M Y K H S L
Decimal 125 22 63 0 0.82 0.50 0.51 336.12 0.7 0.29
Hex 7D 16 3F 0 52 32 33 150 46 1D
Octal 175 26 77 0 122 62 63 520 106 35
Binary 1111101 10110 111111 0 1010010 110010 110011 101010000 1000110 11101

Color Harmonies of #7D163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D163F

Black with #7D163F

Text Example


Text Example

White with #7D163F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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