Html Css Color HEX #7B1145 Pompadour

📋 copy color: '#7B1145'

red 123 ◦ green 17 ◦ blue 69

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

Shades of Pompadour #7B1145

Tints of Pompadour #7B1145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.01%

R = 58.85%
G = 8.13%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#7B1145 (or 0x7B1145) is known color: Pompadour. HEX triplet: 7B, 11 and 45. RGB value is (123,17,69). Sum of RGB (Red+Green+Blue) = 123+17+69=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1145 is #84EEBA. Grayscale: #363636. Windows color (decimal): -8711867 or 4526459. OLE color: 4526459.

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

Color convert

RGB 123 17 69 -
CMYK 0 0.86 0.44 0.52
HSL 330.57º 0.76% 0.27% -
HSV(B) 330.57º 0.86% 0.48% -
XYZ 9.44 5.04 6.11 -
YUV 54.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 123 17 69 0 0.86 0.44 0.52 330.57 0.76 0.27
Hex 7B 11 45 0 56 2C 34 14B 4C 1B
Octal 173 21 105 0 126 54 64 513 114 33
Binary 1111011 10001 1000101 0 1010110 101100 110100 101001011 1001100 11011

Color Harmonies of #7B1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1145

Black with #7B1145

Text Example


Text Example

White with #7B1145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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