Html Css Color HEX #7B1153 Pompadour

📋 copy color: '#7B1153'

red 123 ◦ green 17 ◦ blue 83

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

Shades of Pompadour #7B1153

Tints of Pompadour #7B1153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.62%

 BLUE value IS 83 (32.81% from 255) = 37.22%

R = 55.16%
G = 7.62%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#7B1153 (or 0x7B1153) is known color: Pompadour. HEX triplet: 7B, 11 and 53. RGB value is (123,17,83). Sum of RGB (Red+Green+Blue) = 123+17+83=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1153 is #84EEAC. Grayscale: #383838. Windows color (decimal): -8711853 or 5443963. OLE color: 5443963.

HSL color Cylindrical-coordinate representation of color #7B1153: hue angle of 322.64º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1153 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 17 83 -
CMYK 0 0.86 0.33 0.52
HSL 322.64º 0.76% 0.27% -
HSV(B) 322.64º 0.86% 0.48% -
XYZ 9.93 5.24 8.67 -
YUV 56.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 123 17 83 0 0.86 0.33 0.52 322.64 0.76 0.27
Hex 7B 11 53 0 56 21 34 143 4C 1B
Octal 173 21 123 0 126 41 64 503 114 33
Binary 1111011 10001 1010011 0 1010110 100001 110100 101000011 1001100 11011

Color Harmonies of #7B1153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1153

Black with #7B1153

Text Example


Text Example

White with #7B1153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,17,83); }

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

background-color css

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

 a { background-color: rgb(123,17,83); }

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

border-color css

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

 span { border-color: rgb(123,17,83); }

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