#7A0E3A

Color #7A0E3A Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #7A0E3A

Tints of Pompadour #7A0E3A

Color information

#7A0E3A (or 0x7A0E3A) is unknown color: approx Pompadour. HEX triplet: 7A, 0E and 3A. RGB value is (122,14,58). Sum of RGB (Red+Green+Blue) = 122+14+58=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0E3A is #85F1C5. Grayscale: #333333. Windows color (decimal): -8778182 or 3804794. OLE color: 3804794.

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

Color convert

RGB1221458-
CMYK00.890.520.52
HSL335.56º79.41%26.67%-
HSV(B)335.56º88.52%47.84%-
XYZ8.954.764.45-
YUV51.31131.78178.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.89%
GREEN value IS 14 (5.86% from 255) = 7.22%
BLUE value IS 58 (23.05% from 255) = 29.90%
R=62.89%
G=7.22%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122145800.890.520.52335.5679.4126.67
Hex7AE3A05934341504f1b
Octal17216720131646452011733
Binary1111010111011101001011001110100110100101010000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,14,58); }

 H1.HeaderClassName
 {
   color: #7A0E3A;
 }
 .AnyTagClassName
 {
   color: #7A0E3A;
 }
</style>
background-color css

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

 a { background-color: rgb(122,14,58); }

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

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

 span { border-color: rgb(122,14,58); }

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