Html Css Color HEX #7D194B Pompadour

📋 copy color: '#7D194B'

red 125 ◦ green 25 ◦ blue 75

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

Shades of Pompadour #7D194B

Tints of Pompadour #7D194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.11%

 BLUE value IS 75 (29.69% from 255) = 33.33%

R = 55.56%
G = 11.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7D194B (or 0x7D194B) is known color: Pompadour. HEX triplet: 7D, 19 and 4B. RGB value is (125,25,75). Sum of RGB (Red+Green+Blue) = 125+25+75=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D194B is #82E6B4. Grayscale: #3C3C3C. Windows color (decimal): -8578741 or 4921725. OLE color: 4921725.

HSL color Cylindrical-coordinate representation of color #7D194B: hue angle of 330º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D194B is Cyan = 0, Magento = 0.8, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 25 75 -
CMYK 0 0.8 0.40 0.51
HSL 330º 0.67% 0.29% -
HSV(B) 330º 0.8% 0.49% -
XYZ 10.08 5.56 7.2 -
YUV 60.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 125 25 75 0 0.8 0.40 0.51 330 0.67 0.29
Hex 7D 19 4B 0 50 28 33 14A 43 1D
Octal 175 31 113 0 120 50 63 512 103 35
Binary 1111101 11001 1001011 0 1010000 101000 110011 101001010 1000011 11101

Color Harmonies of #7D194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D194B

Black with #7D194B

Text Example


Text Example

White with #7D194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,25,75); }

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

background-color css

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

 a { background-color: rgb(125,25,75); }

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

border-color css

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

 span { border-color: rgb(125,25,75); }

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