Html Css Color HEX #691C52 Pompadour

📋 copy color: '#691C52'

red 105 ◦ green 28 ◦ blue 82

#691C52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #691C52

Tints of Pompadour #691C52

RGB

 RED value IS 105 (41.41% from 255) = 48.84%

 GREEN value IS 28 (11.33% from 255) = 13.02%

 BLUE value IS 82 (32.42% from 255) = 38.14%

R = 48.84%
G = 13.02%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#691C52 (or 0x691C52) is known color: Pompadour. HEX triplet: 69, 1C and 52. RGB value is (105,28,82). Sum of RGB (Red+Green+Blue) = 105+28+82=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #691C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691C52 is #96E3AD. Grayscale: #393939. Windows color (decimal): -9888686 or 5381225. OLE color: 5381225.

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

Color convert

RGB 105 28 82 -
CMYK 0 0.73 0.22 0.59
HSL 317.92º 0.58% 0.26% -
HSV(B) 317.92º 0.73% 0.41% -
XYZ 7.76 4.44 8.43 -
YUV 57.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 105 28 82 0 0.73 0.22 0.59 317.92 0.58 0.26
Hex 69 1C 52 0 49 16 3B 13E 3A 1A
Octal 151 34 122 0 111 26 73 476 72 32
Binary 1101001 11100 1010010 0 1001001 10110 111011 100111110 111010 11010

Color Harmonies of #691C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691C52

Black with #691C52

Text Example


Text Example

White with #691C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,28,82); }

 H1.HeaderClassName
 {
   color: #691C52;
 }
 .AnyTagClassName
 {
   color: #691C52;
 }
</style>

background-color css

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

 a { background-color: rgb(105,28,82); }

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

border-color css

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

 span { border-color: rgb(105,28,82); }

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