#691A3A

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

Shades of Pompadour #691A3A

Tints of Pompadour #691A3A

Color information

#691A3A (or 0x691A3A) is unknown color: approx Pompadour. HEX triplet: 69, 1A and 3A. RGB value is (105,26,58). Sum of RGB (Red+Green+Blue) = 105+26+58=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #691A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A3A is #96E5C5. Grayscale: #353535. Windows color (decimal): -9889222 or 3807849. OLE color: 3807849.

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

Color convert

RGB1052658-
CMYK00.750.450.59
HSL335.7º60.31%25.69%-
HSV(B)335.7º75.24%41.18%-
XYZ6.964.054.42-
YUV53.27130.67164.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.56%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=55.56%
G=13.76%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105265800.750.450.59335.760.3125.69
Hex691A3A04B2D3B1503c1a
Octal1513272011355735207432
Binary1101001110101110100100101110110111101110101000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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