#6A133A

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

Shades of Pompadour #6A133A

Tints of Pompadour #6A133A

Color information

#6A133A (or 0x6A133A) is unknown color: approx Pompadour. HEX triplet: 6A, 13 and 3A. RGB value is (106,19,58). Sum of RGB (Red+Green+Blue) = 106+19+58=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A133A is #95ECC5. Grayscale: #313131. Windows color (decimal): -9825478 or 3806058. OLE color: 3806058.

HSL color Cylindrical-coordinate representation of color #6A133A: hue angle of 333.1º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A133A is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB1061958-
CMYK00.820.450.58
HSL333.1º69.6%24.51%-
HSV(B)333.1º82.08%41.57%-
XYZ6.943.844.38-
YUV49.46132.82168.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.92%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=57.92%
G=10.38%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106195800.820.450.58333.169.624.51
Hex6A133A0522D3A14d4619
Octal15223720122557251510631
Binary11010101001111101001010010101101111010101001101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A133A; }

 p { color: rgb(106,19,58); }

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

<style>
 a { background-color: #6A133A; }

 a { background-color: rgb(106,19,58); }

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

<style>
 span { border-color: #6A133A; }

 span { border-color: rgb(106,19,58); }

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