#6B1B4A

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

Shades of Pompadour #6B1B4A

Tints of Pompadour #6B1B4A

Color information

#6B1B4A (or 0x6B1B4A) is unknown color: approx Pompadour. HEX triplet: 6B, 1B and 4A. RGB value is (107,27,74). Sum of RGB (Red+Green+Blue) = 107+27+74=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1B4A is #94E4B5. Grayscale: #383838. Windows color (decimal): -9757878 or 4856683. OLE color: 4856683.

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

Color convert

RGB1072774-
CMYK00.750.310.58
HSL324.75º59.7%26.27%-
HSV(B)324.75º74.77%41.96%-
XYZ7.694.46.92-
YUV56.28138164.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.44%
GREEN value IS 27 (10.94% from 255) = 12.98%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=51.44%
G=12.98%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107277400.750.310.58324.7559.726.27
Hex6B1B4A04B1F3A1453c1a
Octal15333112011337725057432
Binary1101011110111001010010010111111111101010100010111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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