#6B1B3F

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

Shades of Pompadour #6B1B3F

Tints of Pompadour #6B1B3F

Color information

#6B1B3F (or 0x6B1B3F) is unknown color: approx Pompadour. HEX triplet: 6B, 1B and 3F. RGB value is (107,27,63). Sum of RGB (Red+Green+Blue) = 107+27+63=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1B3F is #94E4C0. Grayscale: #363636. Windows color (decimal): -9757889 or 4135787. OLE color: 4135787.

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

Color convert

RGB1072763-
CMYK00.750.410.58
HSL333º59.7%26.27%-
HSV(B)333º74.77%41.96%-
XYZ7.354.275.14-
YUV55.02132.5165.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.31%
GREEN value IS 27 (10.94% from 255) = 13.71%
BLUE value IS 63 (25% from 255) = 31.98%
R=54.31%
G=13.71%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107276300.750.410.5833359.726.27
Hex6B1B3F04B293A14d3c1a
Octal1533377011351725157432
Binary1101011110111111110100101110100111101010100110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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