Html Css Color HEX #7B1953 Pompadour

📋 copy color: '#7B1953'

red 123 ◦ green 25 ◦ blue 83

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

Shades of Pompadour #7B1953

Tints of Pompadour #7B1953

RGB

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

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

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

R = 53.25%
G = 10.82%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#7B1953 (or 0x7B1953) is known color: Pompadour. HEX triplet: 7B, 19 and 53. RGB value is (123,25,83). Sum of RGB (Red+Green+Blue) = 123+25+83=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1953 is #84E6AC. Grayscale: #3C3C3C. Windows color (decimal): -8709805 or 5446011. OLE color: 5446011.

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

Color convert

RGB 123 25 83 -
CMYK 0 0.80 0.33 0.52
HSL 324.49º 0.66% 0.29% -
HSV(B) 324.49º 0.8% 0.48% -
XYZ 10.08 5.53 8.72 -
YUV 60.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 123 25 83 0 0.80 0.33 0.52 324.49 0.66 0.29
Hex 7B 19 53 0 50 21 34 144 42 1D
Octal 173 31 123 0 120 41 64 504 102 35
Binary 1111011 11001 1010011 0 1010000 100001 110100 101000100 1000010 11101

Color Harmonies of #7B1953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1953

Black with #7B1953

Text Example


Text Example

White with #7B1953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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