#6B1A3F

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

Shades of Pompadour #6B1A3F

Tints of Pompadour #6B1A3F

Color information

#6B1A3F (or 0x6B1A3F) is unknown color: approx Pompadour. HEX triplet: 6B, 1A and 3F. RGB value is (107,26,63). Sum of RGB (Red+Green+Blue) = 107+26+63=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1A3F is #94E5C0. Grayscale: #363636. Windows color (decimal): -9758145 or 4135531. OLE color: 4135531.

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

Color convert

RGB1072663-
CMYK00.760.410.58
HSL332.59º60.9%26.08%-
HSV(B)332.59º75.7%41.96%-
XYZ7.334.225.13-
YUV54.44132.84165.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.59%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 63 (25% from 255) = 32.14%
R=54.59%
G=13.27%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107266300.760.410.58332.5960.926.08
Hex6B1A3F04C293A14d3d1a
Octal1533277011451725157532
Binary1101011110101111110100110010100111101010100110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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