Html Css Color HEX #691152 Pompadour

📋 copy color: '#691152'

red 105 ◦ green 17 ◦ blue 82

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

Shades of Pompadour #691152

Tints of Pompadour #691152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

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

R = 51.47%
G = 8.33%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#691152 (or 0x691152) is known color: Pompadour. HEX triplet: 69, 11 and 52. RGB value is (105,17,82). Sum of RGB (Red+Green+Blue) = 105+17+82=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #691152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691152 is #96EEAD. Grayscale: #323232. Windows color (decimal): -9891502 or 5378409. OLE color: 5378409.

HSL color Cylindrical-coordinate representation of color #691152: hue angle of 315.68º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691152 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 17 82 -
CMYK 0 0.84 0.22 0.59
HSL 315.68º 0.72% 0.24% -
HSV(B) 315.68º 0.84% 0.41% -
XYZ 7.55 4.01 8.36 -
YUV 50.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 105 17 82 0 0.84 0.22 0.59 315.68 0.72 0.24
Hex 69 11 52 0 54 16 3B 13C 48 18
Octal 151 21 122 0 124 26 73 474 110 30
Binary 1101001 10001 1010010 0 1010100 10110 111011 100111100 1001000 11000

Color Harmonies of #691152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691152

Black with #691152

Text Example


Text Example

White with #691152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691152; }

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

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

background-color css

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

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

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

border-color css

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

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

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