Html Css Color HEX #7D103F Pompadour

📋 copy color: '#7D103F'

red 125 ◦ green 16 ◦ blue 63

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

Shades of Pompadour #7D103F

Tints of Pompadour #7D103F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 61.27%
G = 7.84%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D103F (or 0x7D103F) is known color: Pompadour. HEX triplet: 7D, 10 and 3F. RGB value is (125,16,63). Sum of RGB (Red+Green+Blue) = 125+16+63=204 (27% of max value = 765). Red value is 125 (49.22% from 255 or 61.27% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 125 - color contains mainly: red. Hex color #7D103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D103F is #82EFC0. Grayscale: #353535. Windows color (decimal): -8581057 or 4132989. OLE color: 4132989.

HSL color Cylindrical-coordinate representation of color #7D103F: hue angle of 334.13º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D103F is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 16 63 -
CMYK 0 0.87 0.50 0.51
HSL 334.13º 0.77% 0.28% -
HSV(B) 334.13º 0.87% 0.49% -
XYZ 9.54 5.09 5.18 -
YUV 53.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 125 16 63 0 0.87 0.50 0.51 334.13 0.77 0.28
Hex 7D 10 3F 0 57 32 33 14E 4D 1C
Octal 175 20 77 0 127 62 63 516 115 34
Binary 1111101 10000 111111 0 1010111 110010 110011 101001110 1001101 11100

Color Harmonies of #7D103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D103F

Black with #7D103F

Text Example


Text Example

White with #7D103F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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