Html Css Color HEX #7B1946 Pompadour

📋 copy color: '#7B1946'

red 123 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #7B1946

Tints of Pompadour #7B1946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.11%

R = 56.42%
G = 11.47%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#7B1946 (or 0x7B1946) is known color: Pompadour. HEX triplet: 7B, 19 and 46. RGB value is (123,25,70). Sum of RGB (Red+Green+Blue) = 123+25+70=218 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.42% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1946 is #84E6B9. Grayscale: #3B3B3B. Windows color (decimal): -8709818 or 4594043. OLE color: 4594043.

HSL color Cylindrical-coordinate representation of color #7B1946: hue angle of 332.45º 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 #7B1946 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 25 70 -
CMYK 0 0.80 0.43 0.52
HSL 332.45º 0.66% 0.29% -
HSV(B) 332.45º 0.8% 0.48% -
XYZ 9.62 5.35 6.32 -
YUV 59.43 133.97 173.34 -
System Red Green Blue C M Y K H S L
Decimal 123 25 70 0 0.80 0.43 0.52 332.45 0.66 0.29
Hex 7B 19 46 0 50 2B 34 14C 42 1D
Octal 173 31 106 0 120 53 64 514 102 35
Binary 1111011 11001 1000110 0 1010000 101011 110100 101001100 1000010 11101

Color Harmonies of #7B1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1946

Black with #7B1946

Text Example


Text Example

White with #7B1946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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