Html Css Color HEX #691437 Pompadour

📋 copy color: '#691437'

red 105 ◦ green 20 ◦ blue 55

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

Shades of Pompadour #691437

Tints of Pompadour #691437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

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

R = 58.33%
G = 11.11%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#691437 (or 0x691437) is known color: Pompadour. HEX triplet: 69, 14 and 37. RGB value is (105,20,55). Sum of RGB (Red+Green+Blue) = 105+20+55=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #691437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691437 is #96EBC8. Grayscale: #313131. Windows color (decimal): -9890761 or 3609705. OLE color: 3609705.

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

Color convert

RGB 105 20 55 -
CMYK 0 0.81 0.48 0.59
HSL 335.29º 0.68% 0.25% -
HSV(B) 335.29º 0.81% 0.41% -
XYZ 6.77 3.78 3.99 -
YUV 49.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 105 20 55 0 0.81 0.48 0.59 335.29 0.68 0.25
Hex 69 14 37 0 51 30 3B 14F 44 19
Octal 151 24 67 0 121 60 73 517 104 31
Binary 1101001 10100 110111 0 1010001 110000 111011 101001111 1000100 11001

Color Harmonies of #691437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691437

Black with #691437

Text Example


Text Example

White with #691437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691437; }

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

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

background-color css

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

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

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

border-color css

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

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

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