Html Css Color HEX #7B194B Pompadour

📋 copy color: '#7B194B'

red 123 ◦ green 25 ◦ blue 75

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

Shades of Pompadour #7B194B

Tints of Pompadour #7B194B

RGB

 RED value IS 123 (48.44% from 255) = 55.16%

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

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

R = 55.16%
G = 11.21%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7B194B (or 0x7B194B) is known color: Pompadour. HEX triplet: 7B, 19 and 4B. RGB value is (123,25,75). Sum of RGB (Red+Green+Blue) = 123+25+75=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B194B is #84E6B4. Grayscale: #3B3B3B. Windows color (decimal): -8709813 or 4921723. OLE color: 4921723.

HSL color Cylindrical-coordinate representation of color #7B194B: hue angle of 329.39º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B194B is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 25 75 -
CMYK 0 0.80 0.39 0.52
HSL 329.39º 0.66% 0.29% -
HSV(B) 329.39º 0.8% 0.48% -
XYZ 9.79 5.41 7.19 -
YUV 60 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 123 25 75 0 0.80 0.39 0.52 329.39 0.66 0.29
Hex 7B 19 4B 0 50 27 34 149 42 1D
Octal 173 31 113 0 120 47 64 511 102 35
Binary 1111011 11001 1001011 0 1010000 100111 110100 101001001 1000010 11101

Color Harmonies of #7B194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B194B

Black with #7B194B

Text Example


Text Example

White with #7B194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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