Html Css Color HEX #7D103E Pompadour

📋 copy color: '#7D103E'

red 125 ◦ green 16 ◦ blue 62

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

Shades of Pompadour #7D103E

Tints of Pompadour #7D103E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 61.58%
G = 7.88%
B = 30.54%

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

#7D103E (or 0x7D103E) is known color: Pompadour. HEX triplet: 7D, 10 and 3E. RGB value is (125,16,62). Sum of RGB (Red+Green+Blue) = 125+16+62=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D103E is #82EFC1. Grayscale: #353535. Windows color (decimal): -8581058 or 4067453. OLE color: 4067453.

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

Color convert

RGB 125 16 62 -
CMYK 0 0.87 0.50 0.51
HSL 334.68º 0.77% 0.28% -
HSV(B) 334.68º 0.87% 0.49% -
XYZ 9.51 5.08 5.04 -
YUV 53.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 125 16 62 0 0.87 0.50 0.51 334.68 0.77 0.28
Hex 7D 10 3E 0 57 32 33 14F 4D 1C
Octal 175 20 76 0 127 62 63 517 115 34
Binary 1111101 10000 111110 0 1010111 110010 110011 101001111 1001101 11100

Color Harmonies of #7D103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D103E

Black with #7D103E

Text Example


Text Example

White with #7D103E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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