Html Css Color HEX #7B1942 Pompadour

📋 copy color: '#7B1942'

red 123 ◦ green 25 ◦ blue 66

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

Shades of Pompadour #7B1942

Tints of Pompadour #7B1942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.84%

R = 57.48%
G = 11.68%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#7B1942 (or 0x7B1942) is known color: Pompadour. HEX triplet: 7B, 19 and 42. RGB value is (123,25,66). Sum of RGB (Red+Green+Blue) = 123+25+66=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1942 is #84E6BD. Grayscale: #3A3A3A. Windows color (decimal): -8709822 or 4331899. OLE color: 4331899.

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

Color convert

RGB 123 25 66 -
CMYK 0 0.80 0.46 0.52
HSL 334.9º 0.66% 0.29% -
HSV(B) 334.9º 0.8% 0.48% -
XYZ 9.5 5.3 5.68 -
YUV 58.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 123 25 66 0 0.80 0.46 0.52 334.9 0.66 0.29
Hex 7B 19 42 0 50 2E 34 14F 42 1D
Octal 173 31 102 0 120 56 64 517 102 35
Binary 1111011 11001 1000010 0 1010000 101110 110100 101001111 1000010 11101

Color Harmonies of #7B1942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1942

Black with #7B1942

Text Example


Text Example

White with #7B1942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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