#6B1D3E

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

Shades of Pompadour #6B1D3E

Tints of Pompadour #6B1D3E

Color information

#6B1D3E (or 0x6B1D3E) is unknown color: approx Pompadour. HEX triplet: 6B, 1D and 3E. RGB value is (107,29,62). Sum of RGB (Red+Green+Blue) = 107+29+62=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1D3E is #94E2C1. Grayscale: #383838. Windows color (decimal): -9757378 or 4070763. OLE color: 4070763.

HSL color Cylindrical-coordinate representation of color #6B1D3E: hue angle of 334.62º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B1D3E is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB1072962-
CMYK00.730.420.58
HSL334.62º57.35%26.67%-
HSV(B)334.62º72.9%41.96%-
XYZ7.374.355.01-
YUV56.08131.34164.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.04%
GREEN value IS 29 (11.72% from 255) = 14.65%
BLUE value IS 62 (24.61% from 255) = 31.31%
R=54.04%
G=14.65%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107296200.730.420.58334.6257.3526.67
Hex6B1D3E0492A3A14f391b
Octal1533576011152725177133
Binary1101011111011111100100100110101011101010100111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,29,62); }

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

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

 a { background-color: rgb(107,29,62); }

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

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

 span { border-color: rgb(107,29,62); }

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