Html Css Color HEX #7B1945 Pompadour

📋 copy color: '#7B1945'

red 123 ◦ green 25 ◦ blue 69

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

Shades of Pompadour #7B1945

Tints of Pompadour #7B1945

RGB

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

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

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

R = 56.68%
G = 11.52%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#7B1945 (or 0x7B1945) is known color: Pompadour. HEX triplet: 7B, 19 and 45. RGB value is (123,25,69). Sum of RGB (Red+Green+Blue) = 123+25+69=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1945 is #84E6BA. Grayscale: #3B3B3B. Windows color (decimal): -8709819 or 4528507. OLE color: 4528507.

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

Color convert

RGB 123 25 69 -
CMYK 0 0.80 0.44 0.52
HSL 333.06º 0.66% 0.29% -
HSV(B) 333.06º 0.8% 0.48% -
XYZ 9.59 5.34 6.15 -
YUV 59.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 123 25 69 0 0.80 0.44 0.52 333.06 0.66 0.29
Hex 7B 19 45 0 50 2C 34 14D 42 1D
Octal 173 31 105 0 120 54 64 515 102 35
Binary 1111011 11001 1000101 0 1010000 101100 110100 101001101 1000010 11101

Color Harmonies of #7B1945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1945

Black with #7B1945

Text Example


Text Example

White with #7B1945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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