#6A213D

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

Shades of Pompadour #6A213D

Tints of Pompadour #6A213D

Color information

#6A213D (or 0x6A213D) is unknown color: approx Pompadour. HEX triplet: 6A, 21 and 3D. RGB value is (106,33,61). Sum of RGB (Red+Green+Blue) = 106+33+61=200 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 106 - color contains mainly: red. Hex color #6A213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A213D is #95DEC2. Grayscale: #393939. Windows color (decimal): -9821891 or 4006250. OLE color: 4006250.

HSL color Cylindrical-coordinate representation of color #6A213D: hue angle of 336.99º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A213D is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB1063361-
CMYK00.690.420.58
HSL336.99º52.52%27.25%-
HSV(B)336.99º68.87%41.57%-
XYZ7.334.494.89-
YUV58.02129.68162.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=53%
G=16.5%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106336100.690.420.58336.9952.5227.25
Hex6A213D0452A3A151351b
Octal1524175010552725216533
Binary11010101000011111010100010110101011101010101000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,33,61); }

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

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

 a { background-color: rgb(106,33,61); }

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

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

 span { border-color: rgb(106,33,61); }

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