#6B133A

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

Shades of Pompadour #6B133A

Tints of Pompadour #6B133A

Color information

#6B133A (or 0x6B133A) is unknown color: approx Pompadour. HEX triplet: 6B, 13 and 3A. RGB value is (107,19,58). Sum of RGB (Red+Green+Blue) = 107+19+58=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B133A is #94ECC5. Grayscale: #313131. Windows color (decimal): -9759942 or 3806059. OLE color: 3806059.

HSL color Cylindrical-coordinate representation of color #6B133A: hue angle of 333.41º 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 #6B133A is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB1071958-
CMYK00.820.460.58
HSL333.41º69.84%24.71%-
HSV(B)333.41º82.24%41.96%-
XYZ7.063.94.38-
YUV49.76132.65168.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.15%
GREEN value IS 19 (7.81% from 255) = 10.33%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=58.15%
G=10.33%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107195800.820.460.58333.4169.8424.71
Hex6B133A0522E3A14d4619
Octal15323720122567251510631
Binary11010111001111101001010010101110111010101001101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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