#691B3B

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

Shades of Pompadour #691B3B

Tints of Pompadour #691B3B

Color information

#691B3B (or 0x691B3B) is unknown color: approx Pompadour. HEX triplet: 69, 1B and 3B. RGB value is (105,27,59). Sum of RGB (Red+Green+Blue) = 105+27+59=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #691B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691B3B is #96E4C4. Grayscale: #353535. Windows color (decimal): -9888965 or 3873641. OLE color: 3873641.

HSL color Cylindrical-coordinate representation of color #691B3B: hue angle of 335.38º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #691B3B is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1052759-
CMYK00.740.440.59
HSL335.38º59.09%25.88%-
HSV(B)335.38º74.29%41.18%-
XYZ7.014.14.56-
YUV53.97130.84164.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=54.97%
G=14.14%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105275900.740.440.59335.3859.0925.88
Hex691B3B04A2C3B14f3b1a
Octal1513373011254735177332
Binary1101001110111110110100101010110011101110100111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691B3B; }

 p { color: rgb(105,27,59); }

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

<style>
 a { background-color: #691B3B; }

 a { background-color: rgb(105,27,59); }

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

<style>
 span { border-color: #691B3B; }

 span { border-color: rgb(105,27,59); }

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