Html Css Color HEX #7A133B Pompadour

📋 copy color: '#7A133B'

red 122 ◦ green 19 ◦ blue 59

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

Shades of Pompadour #7A133B

Tints of Pompadour #7A133B

RGB

 RED value IS 122 (48.05% from 255) = 61%

 GREEN value IS 19 (7.81% from 255) = 9.5%

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

R = 61%
G = 9.5%
B = 29.5%

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

#7A133B (or 0x7A133B) is known color: Pompadour. HEX triplet: 7A, 13 and 3B. RGB value is (122,19,59). Sum of RGB (Red+Green+Blue) = 122+19+59=200 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 122 - color contains mainly: red. Hex color #7A133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A133B is #85ECC4. Grayscale: #363636. Windows color (decimal): -8776901 or 3871610. OLE color: 3871610.

HSL color Cylindrical-coordinate representation of color #7A133B: hue angle of 336.7º degrees, saturation: 0.73, 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 #7A133B is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 19 59 -
CMYK 0 0.84 0.52 0.52
HSL 336.7º 0.73% 0.28% -
HSV(B) 336.7º 0.84% 0.48% -
XYZ 9.05 4.92 4.61 -
YUV 54.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 122 19 59 0 0.84 0.52 0.52 336.7 0.73 0.28
Hex 7A 13 3B 0 54 34 34 151 49 1C
Octal 172 23 73 0 124 64 64 521 111 34
Binary 1111010 10011 111011 0 1010100 110100 110100 101010001 1001001 11100

Color Harmonies of #7A133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A133B

Black with #7A133B

Text Example


Text Example

White with #7A133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,19,59); }

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

background-color css

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

 a { background-color: rgb(122,19,59); }

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

border-color css

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

 span { border-color: rgb(122,19,59); }

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