Html Css Color HEX #691537 Pompadour

📋 copy color: '#691537'

red 105 ◦ green 21 ◦ blue 55

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

Shades of Pompadour #691537

Tints of Pompadour #691537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.6%

 BLUE value IS 55 (21.88% from 255) = 30.39%

R = 58.01%
G = 11.6%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#691537 (or 0x691537) is known color: Pompadour. HEX triplet: 69, 15 and 37. RGB value is (105,21,55). Sum of RGB (Red+Green+Blue) = 105+21+55=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #691537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691537 is #96EAC8. Grayscale: #313131. Windows color (decimal): -9890505 or 3609961. OLE color: 3609961.

HSL color Cylindrical-coordinate representation of color #691537: hue angle of 335.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #691537 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 21 55 -
CMYK 0 0.80 0.48 0.59
HSL 335.71º 0.67% 0.25% -
HSV(B) 335.71º 0.8% 0.41% -
XYZ 6.78 3.82 3.99 -
YUV 49.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 105 21 55 0 0.80 0.48 0.59 335.71 0.67 0.25
Hex 69 15 37 0 50 30 3B 150 43 19
Octal 151 25 67 0 120 60 73 520 103 31
Binary 1101001 10101 110111 0 1010000 110000 111011 101010000 1000011 11001

Color Harmonies of #691537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691537

Black with #691537

Text Example


Text Example

White with #691537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691537; }

 p { color: rgb(105,21,55); }

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

background-color css

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

 a { background-color: rgb(105,21,55); }

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

border-color css

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

 span { border-color: rgb(105,21,55); }

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