Html Css Color HEX #7A0F3C Pompadour

📋 copy color: '#7A0F3C'

red 122 ◦ green 15 ◦ blue 60

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

Shades of Pompadour #7A0F3C

Tints of Pompadour #7A0F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.61%

 BLUE value IS 60 (23.83% from 255) = 30.46%

R = 61.93%
G = 7.61%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7A0F3C (or 0x7A0F3C) is known color: Pompadour. HEX triplet: 7A, 0F and 3C. RGB value is (122,15,60). Sum of RGB (Red+Green+Blue) = 122+15+60=197 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.93% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0F3C is #85F0C3. Grayscale: #343434. Windows color (decimal): -8777924 or 3936122. OLE color: 3936122.

HSL color Cylindrical-coordinate representation of color #7A0F3C: hue angle of 334.77º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A0F3C is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 15 60 -
CMYK 0 0.88 0.51 0.52
HSL 334.77º 0.78% 0.27% -
HSV(B) 334.77º 0.88% 0.48% -
XYZ 9.01 4.81 4.73 -
YUV 52.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 122 15 60 0 0.88 0.51 0.52 334.77 0.78 0.27
Hex 7A F 3C 0 58 33 34 14F 4E 1B
Octal 172 17 74 0 130 63 64 517 116 33
Binary 1111010 1111 111100 0 1011000 110011 110100 101001111 1001110 11011

Color Harmonies of #7A0F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0F3C

Black with #7A0F3C

Text Example


Text Example

White with #7A0F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,15,60); }

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

background-color css

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

 a { background-color: rgb(122,15,60); }

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

border-color css

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

 span { border-color: rgb(122,15,60); }

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