#6B1B4C

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

Shades of Pompadour #6B1B4C

Tints of Pompadour #6B1B4C

Color information

#6B1B4C (or 0x6B1B4C) is unknown color: approx Pompadour. HEX triplet: 6B, 1B and 4C. RGB value is (107,27,76). Sum of RGB (Red+Green+Blue) = 107+27+76=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1B4C is #94E4B3. Grayscale: #383838. Windows color (decimal): -9757876 or 4987755. OLE color: 4987755.

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

Color convert

RGB1072776-
CMYK00.750.290.58
HSL323.25º59.7%26.27%-
HSV(B)323.25º74.77%41.96%-
XYZ7.764.437.28-
YUV56.51139164.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.95%
GREEN value IS 27 (10.94% from 255) = 12.86%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=50.95%
G=12.86%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107277600.750.290.58323.2559.726.27
Hex6B1B4C04B1D3A1433c1a
Octal15333114011335725037432
Binary1101011110111001100010010111110111101010100001111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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