Html Css Color HEX #691C47 Pompadour

📋 copy color: '#691C47'

red 105 ◦ green 28 ◦ blue 71

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

Shades of Pompadour #691C47

Tints of Pompadour #691C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 51.47%
G = 13.73%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#691C47 (or 0x691C47) is known color: Pompadour. HEX triplet: 69, 1C and 47. RGB value is (105,28,71). Sum of RGB (Red+Green+Blue) = 105+28+71=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #691C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C47 is #96E3B8. Grayscale: #373737. Windows color (decimal): -9888697 or 4660329. OLE color: 4660329.

HSL color Cylindrical-coordinate representation of color #691C47: hue angle of 326.49º 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 #691C47 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 28 71 -
CMYK 0 0.73 0.32 0.59
HSL 326.49º 0.58% 0.26% -
HSV(B) 326.49º 0.73% 0.41% -
XYZ 7.38 4.29 6.4 -
YUV 55.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 105 28 71 0 0.73 0.32 0.59 326.49 0.58 0.26
Hex 69 1C 47 0 49 20 3B 146 3A 1A
Octal 151 34 107 0 111 40 73 506 72 32
Binary 1101001 11100 1000111 0 1001001 100000 111011 101000110 111010 11010

Color Harmonies of #691C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691C47

Black with #691C47

Text Example


Text Example

White with #691C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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