#6B1B3C

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

Shades of Pompadour #6B1B3C

Tints of Pompadour #6B1B3C

Color information

#6B1B3C (or 0x6B1B3C) is unknown color: approx Pompadour. HEX triplet: 6B, 1B and 3C. RGB value is (107,27,60). Sum of RGB (Red+Green+Blue) = 107+27+60=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1B3C is #94E4C3. Grayscale: #363636. Windows color (decimal): -9757892 or 3939179. OLE color: 3939179.

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

Color convert

RGB1072760-
CMYK00.750.440.58
HSL335.25º59.7%26.27%-
HSV(B)335.25º74.77%41.96%-
XYZ7.274.244.71-
YUV54.68131165.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.15%
GREEN value IS 27 (10.94% from 255) = 13.92%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=55.15%
G=13.92%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107276000.750.440.58335.2559.726.27
Hex6B1B3C04B2C3A14f3c1a
Octal1533374011354725177432
Binary1101011110111111000100101110110011101010100111111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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