Html Css Color HEX #691D51 Pompadour

📋 copy color: '#691D51'

red 105 ◦ green 29 ◦ blue 81

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

Shades of Pompadour #691D51

Tints of Pompadour #691D51

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.49%

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

R = 48.84%
G = 13.49%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#691D51 (or 0x691D51) is known color: Pompadour. HEX triplet: 69, 1D and 51. RGB value is (105,29,81). Sum of RGB (Red+Green+Blue) = 105+29+81=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #691D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691D51 is #96E2AE. Grayscale: #393939. Windows color (decimal): -9888431 or 5315945. OLE color: 5315945.

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

Color convert

RGB 105 29 81 -
CMYK 0 0.72 0.23 0.59
HSL 318.95º 0.57% 0.26% -
HSV(B) 318.95º 0.72% 0.41% -
XYZ 7.75 4.48 8.24 -
YUV 57.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 105 29 81 0 0.72 0.23 0.59 318.95 0.57 0.26
Hex 69 1D 51 0 48 17 3B 13F 39 1A
Octal 151 35 121 0 110 27 73 477 71 32
Binary 1101001 11101 1010001 0 1001000 10111 111011 100111111 111001 11010

Color Harmonies of #691D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D51

Black with #691D51

Text Example


Text Example

White with #691D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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