Html Css Color HEX #7D103D Pompadour

📋 copy color: '#7D103D'

red 125 ◦ green 16 ◦ blue 61

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

Shades of Pompadour #7D103D

Tints of Pompadour #7D103D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.2%

R = 61.88%
G = 7.92%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D103D (or 0x7D103D) is known color: Pompadour. HEX triplet: 7D, 10 and 3D. RGB value is (125,16,61). Sum of RGB (Red+Green+Blue) = 125+16+61=202 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.88% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 125 - color contains mainly: red. Hex color #7D103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D103D is #82EFC2. Grayscale: #353535. Windows color (decimal): -8581059 or 4001917. OLE color: 4001917.

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

Color convert

RGB 125 16 61 -
CMYK 0 0.87 0.51 0.51
HSL 335.23º 0.77% 0.28% -
HSV(B) 335.23º 0.87% 0.49% -
XYZ 9.49 5.07 4.89 -
YUV 53.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 125 16 61 0 0.87 0.51 0.51 335.23 0.77 0.28
Hex 7D 10 3D 0 57 33 33 14F 4D 1C
Octal 175 20 75 0 127 63 63 517 115 34
Binary 1111101 10000 111101 0 1010111 110011 110011 101001111 1001101 11100

Color Harmonies of #7D103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D103D

Black with #7D103D

Text Example


Text Example

White with #7D103D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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