Html Css Color HEX #7A133D Pompadour

📋 copy color: '#7A133D'

red 122 ◦ green 19 ◦ blue 61

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

Shades of Pompadour #7A133D

Tints of Pompadour #7A133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.2%

R = 60.4%
G = 9.41%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7A133D (or 0x7A133D) is known color: Pompadour. HEX triplet: 7A, 13 and 3D. RGB value is (122,19,61). Sum of RGB (Red+Green+Blue) = 122+19+61=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A133D is #85ECC2. Grayscale: #363636. Windows color (decimal): -8776899 or 4002682. OLE color: 4002682.

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

Color convert

RGB 122 19 61 -
CMYK 0 0.84 0.50 0.52
HSL 335.53º 0.73% 0.28% -
HSV(B) 335.53º 0.84% 0.48% -
XYZ 9.1 4.94 4.89 -
YUV 54.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 122 19 61 0 0.84 0.50 0.52 335.53 0.73 0.28
Hex 7A 13 3D 0 54 32 34 150 49 1C
Octal 172 23 75 0 124 62 64 520 111 34
Binary 1111010 10011 111101 0 1010100 110010 110100 101010000 1001001 11100

Color Harmonies of #7A133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A133D

Black with #7A133D

Text Example


Text Example

White with #7A133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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