Html Css Color HEX #7D103B Pompadour

📋 copy color: '#7D103B'

red 125 ◦ green 16 ◦ blue 59

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

Shades of Pompadour #7D103B

Tints of Pompadour #7D103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.5%

R = 62.5%
G = 8%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7D103B (or 0x7D103B) is known color: Pompadour. HEX triplet: 7D, 10 and 3B. RGB value is (125,16,59). Sum of RGB (Red+Green+Blue) = 125+16+59=200 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 125 - color contains mainly: red. Hex color #7D103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D103B is #82EFC4. Grayscale: #353535. Windows color (decimal): -8581061 or 3870845. OLE color: 3870845.

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

Color convert

RGB 125 16 59 -
CMYK 0 0.87 0.53 0.51
HSL 336.33º 0.77% 0.28% -
HSV(B) 336.33º 0.87% 0.49% -
XYZ 9.43 5.05 4.61 -
YUV 53.49 131.11 179 -
System Red Green Blue C M Y K H S L
Decimal 125 16 59 0 0.87 0.53 0.51 336.33 0.77 0.28
Hex 7D 10 3B 0 57 35 33 150 4D 1C
Octal 175 20 73 0 127 65 63 520 115 34
Binary 1111101 10000 111011 0 1010111 110101 110011 101010000 1001101 11100

Color Harmonies of #7D103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D103B

Black with #7D103B

Text Example


Text Example

White with #7D103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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