Html Css Color HEX #7B1847 Pompadour

📋 copy color: '#7B1847'

red 123 ◦ green 24 ◦ blue 71

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

Shades of Pompadour #7B1847

Tints of Pompadour #7B1847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

 BLUE value IS 71 (28.13% from 255) = 32.57%

R = 56.42%
G = 11.01%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.52

RGB Variations

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

Color information

#7B1847 (or 0x7B1847) is known color: Pompadour. HEX triplet: 7B, 18 and 47. RGB value is (123,24,71). Sum of RGB (Red+Green+Blue) = 123+24+71=218 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.42% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1847 is #84E7B8. Grayscale: #3A3A3A. Windows color (decimal): -8710073 or 4659323. OLE color: 4659323.

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

Color convert

RGB 123 24 71 -
CMYK 0 0.80 0.42 0.52
HSL 331.52º 0.67% 0.29% -
HSV(B) 331.52º 0.8% 0.48% -
XYZ 9.63 5.32 6.48 -
YUV 58.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 123 24 71 0 0.80 0.42 0.52 331.52 0.67 0.29
Hex 7B 18 47 0 50 2A 34 14C 43 1D
Octal 173 30 107 0 120 52 64 514 103 35
Binary 1111011 11000 1000111 0 1010000 101010 110100 101001100 1000011 11101

Color Harmonies of #7B1847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1847

Black with #7B1847

Text Example


Text Example

White with #7B1847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,24,71); }

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

background-color css

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

 a { background-color: rgb(123,24,71); }

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

border-color css

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

 span { border-color: rgb(123,24,71); }

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