Html Css Color HEX #691C39 Pompadour

📋 copy color: '#691C39'

red 105 ◦ green 28 ◦ blue 57

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

Shades of Pompadour #691C39

Tints of Pompadour #691C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30%

R = 55.26%
G = 14.74%
B = 30%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#691C39 (or 0x691C39) is known color: Pompadour. HEX triplet: 69, 1C and 39. RGB value is (105,28,57). Sum of RGB (Red+Green+Blue) = 105+28+57=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #691C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C39 is #96E3C6. Grayscale: #363636. Windows color (decimal): -9888711 or 3742825. OLE color: 3742825.

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

Color convert

RGB 105 28 57 -
CMYK 0 0.73 0.46 0.59
HSL 337.4º 0.58% 0.26% -
HSV(B) 337.4º 0.73% 0.41% -
XYZ 6.98 4.13 4.3 -
YUV 54.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 105 28 57 0 0.73 0.46 0.59 337.4 0.58 0.26
Hex 69 1C 39 0 49 2E 3B 151 3A 1A
Octal 151 34 71 0 111 56 73 521 72 32
Binary 1101001 11100 111001 0 1001001 101110 111011 101010001 111010 11010

Color Harmonies of #691C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691C39

Black with #691C39

Text Example


Text Example

White with #691C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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