Html Css Color HEX #691251 Pompadour

📋 copy color: '#691251'

red 105 ◦ green 18 ◦ blue 81

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

Shades of Pompadour #691251

Tints of Pompadour #691251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

 BLUE value IS 81 (32.03% from 255) = 39.71%

R = 51.47%
G = 8.82%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#691251 (or 0x691251) is known color: Pompadour. HEX triplet: 69, 12 and 51. RGB value is (105,18,81). Sum of RGB (Red+Green+Blue) = 105+18+81=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #691251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691251 is #96EDAE. Grayscale: #333333. Windows color (decimal): -9891247 or 5313129. OLE color: 5313129.

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

Color convert

RGB 105 18 81 -
CMYK 0 0.83 0.23 0.59
HSL 316.55º 0.71% 0.24% -
HSV(B) 316.55º 0.83% 0.41% -
XYZ 7.53 4.03 8.17 -
YUV 51.2 144.82 166.38 -
System Red Green Blue C M Y K H S L
Decimal 105 18 81 0 0.83 0.23 0.59 316.55 0.71 0.24
Hex 69 12 51 0 53 17 3B 13D 47 18
Octal 151 22 121 0 123 27 73 475 107 30
Binary 1101001 10010 1010001 0 1010011 10111 111011 100111101 1000111 11000

Color Harmonies of #691251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691251

Black with #691251

Text Example


Text Example

White with #691251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691251; }

 p { color: rgb(105,18,81); }

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

background-color css

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

 a { background-color: rgb(105,18,81); }

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

border-color css

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

 span { border-color: rgb(105,18,81); }

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