Html Css Color HEX #7B1A3E Pompadour

📋 copy color: '#7B1A3E'

red 123 ◦ green 26 ◦ blue 62

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

Shades of Pompadour #7B1A3E

Tints of Pompadour #7B1A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

 BLUE value IS 62 (24.61% from 255) = 29.38%

R = 58.29%
G = 12.32%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7B1A3E (or 0x7B1A3E) is known color: Pompadour. HEX triplet: 7B, 1A and 3E. RGB value is (123,26,62). Sum of RGB (Red+Green+Blue) = 123+26+62=211 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.29% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1A3E is #84E5C1. Grayscale: #3B3B3B. Windows color (decimal): -8709570 or 4070011. OLE color: 4070011.

HSL color Cylindrical-coordinate representation of color #7B1A3E: hue angle of 337.73º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B1A3E is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 26 62 -
CMYK 0 0.79 0.50 0.52
HSL 337.73º 0.65% 0.29% -
HSV(B) 337.73º 0.79% 0.48% -
XYZ 9.41 5.3 5.08 -
YUV 59.11 129.64 173.57 -
System Red Green Blue C M Y K H S L
Decimal 123 26 62 0 0.79 0.50 0.52 337.73 0.65 0.29
Hex 7B 1A 3E 0 4F 32 34 152 41 1D
Octal 173 32 76 0 117 62 64 522 101 35
Binary 1111011 11010 111110 0 1001111 110010 110100 101010010 1000001 11101

Color Harmonies of #7B1A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1A3E

Black with #7B1A3E

Text Example


Text Example

White with #7B1A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,26,62); }

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

background-color css

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

 a { background-color: rgb(123,26,62); }

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

border-color css

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

 span { border-color: rgb(123,26,62); }

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