#6F1A3A

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

Shades of Pompadour #6F1A3A

Tints of Pompadour #6F1A3A

Color information

#6F1A3A (or 0x6F1A3A) is unknown color: approx Pompadour. HEX triplet: 6F, 1A and 3A. RGB value is (111,26,58). Sum of RGB (Red+Green+Blue) = 111+26+58=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A3A is #90E5C5. Grayscale: #373737. Windows color (decimal): -9496006 or 3807855. OLE color: 3807855.

HSL color Cylindrical-coordinate representation of color #6F1A3A: hue angle of 337.41º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A3A is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1112658-
CMYK00.770.480.56
HSL337.41º62.04%26.86%-
HSV(B)337.41º76.58%43.53%-
XYZ7.694.424.45-
YUV55.06129.66167.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=56.92%
G=13.33%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111265800.770.480.56337.4162.0426.86
Hex6F1A3A04D30381513e1b
Octal1573272011560705217633
Binary1101111110101110100100110111000011100010101000111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,26,58); }

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

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

 a { background-color: rgb(111,26,58); }

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

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

 span { border-color: rgb(111,26,58); }

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