Html Css Color HEX #7B143B Pompadour

📋 copy color: '#7B143B'

red 123 ◦ green 20 ◦ blue 59

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

Shades of Pompadour #7B143B

Tints of Pompadour #7B143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

 BLUE value IS 59 (23.44% from 255) = 29.21%

R = 60.89%
G = 9.9%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7B143B (or 0x7B143B) is known color: Pompadour. HEX triplet: 7B, 14 and 3B. RGB value is (123,20,59). Sum of RGB (Red+Green+Blue) = 123+20+59=202 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.89% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 123 - color contains mainly: red. Hex color #7B143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B143B is #84EBC4. Grayscale: #373737. Windows color (decimal): -8711109 or 3871867. OLE color: 3871867.

HSL color Cylindrical-coordinate representation of color #7B143B: hue angle of 337.28º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B143B is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 20 59 -
CMYK 0 0.84 0.52 0.52
HSL 337.28º 0.72% 0.28% -
HSV(B) 337.28º 0.84% 0.48% -
XYZ 9.21 5.03 4.62 -
YUV 55.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 123 20 59 0 0.84 0.52 0.52 337.28 0.72 0.28
Hex 7B 14 3B 0 54 34 34 151 48 1C
Octal 173 24 73 0 124 64 64 521 110 34
Binary 1111011 10100 111011 0 1010100 110100 110100 101010001 1001000 11100

Color Harmonies of #7B143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B143B

Black with #7B143B

Text Example


Text Example

White with #7B143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,20,59); }

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

background-color css

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

 a { background-color: rgb(123,20,59); }

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

border-color css

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

 span { border-color: rgb(123,20,59); }

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