Html Css Color HEX #7D123B Pompadour

📋 copy color: '#7D123B'

red 125 ◦ green 18 ◦ blue 59

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

Shades of Pompadour #7D123B

Tints of Pompadour #7D123B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 61.88%
G = 8.91%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7D123B (or 0x7D123B) is known color: Pompadour. HEX triplet: 7D, 12 and 3B. RGB value is (125,18,59). Sum of RGB (Red+Green+Blue) = 125+18+59=202 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.88% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 125 - color contains mainly: red. Hex color #7D123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D123B is #82EDC4. Grayscale: #363636. Windows color (decimal): -8580549 or 3871357. OLE color: 3871357.

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

Color convert

RGB 125 18 59 -
CMYK 0 0.86 0.53 0.51
HSL 337.01º 0.75% 0.28% -
HSV(B) 337.01º 0.86% 0.49% -
XYZ 9.46 5.11 4.62 -
YUV 54.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 125 18 59 0 0.86 0.53 0.51 337.01 0.75 0.28
Hex 7D 12 3B 0 56 35 33 151 4B 1C
Octal 175 22 73 0 126 65 63 521 113 34
Binary 1111101 10010 111011 0 1010110 110101 110011 101010001 1001011 11100

Color Harmonies of #7D123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D123B

Black with #7D123B

Text Example


Text Example

White with #7D123B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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