#6B1A3C

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

Shades of Pompadour #6B1A3C

Tints of Pompadour #6B1A3C

Color information

#6B1A3C (or 0x6B1A3C) is unknown color: approx Pompadour. HEX triplet: 6B, 1A and 3C. RGB value is (107,26,60). Sum of RGB (Red+Green+Blue) = 107+26+60=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1A3C is #94E5C3. Grayscale: #363636. Windows color (decimal): -9758148 or 3938923. OLE color: 3938923.

HSL color Cylindrical-coordinate representation of color #6B1A3C: hue angle of 334.81º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B1A3C is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1072660-
CMYK00.760.440.58
HSL334.81º60.9%26.08%-
HSV(B)334.81º75.7%41.96%-
XYZ7.254.194.7-
YUV54.1131.34165.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.44%
GREEN value IS 26 (10.55% from 255) = 13.47%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=55.44%
G=13.47%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107266000.760.440.58334.8160.926.08
Hex6B1A3C04C2C3A14f3d1a
Octal1533274011454725177532
Binary1101011110101111000100110010110011101010100111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,26,60); }

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

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

 a { background-color: rgb(107,26,60); }

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

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

 span { border-color: rgb(107,26,60); }

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