Html Css Color HEX #691750 Pompadour

📋 copy color: '#691750'

red 105 ◦ green 23 ◦ blue 80

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

Shades of Pompadour #691750

Tints of Pompadour #691750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

 BLUE value IS 80 (31.64% from 255) = 38.46%

R = 50.48%
G = 11.06%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#691750 (or 0x691750) is known color: Pompadour. HEX triplet: 69, 17 and 50. RGB value is (105,23,80). Sum of RGB (Red+Green+Blue) = 105+23+80=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #691750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691750 is #96E8AF. Grayscale: #353535. Windows color (decimal): -9889968 or 5248873. OLE color: 5248873.

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

Color convert

RGB 105 23 80 -
CMYK 0 0.78 0.24 0.59
HSL 318.29º 0.64% 0.25% -
HSV(B) 318.29º 0.78% 0.41% -
XYZ 7.58 4.2 8 -
YUV 54.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 105 23 80 0 0.78 0.24 0.59 318.29 0.64 0.25
Hex 69 17 50 0 4E 18 3B 13E 40 19
Octal 151 27 120 0 116 30 73 476 100 31
Binary 1101001 10111 1010000 0 1001110 11000 111011 100111110 1000000 11001

Color Harmonies of #691750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691750

Black with #691750

Text Example


Text Example

White with #691750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691750; }

 p { color: rgb(105,23,80); }

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

background-color css

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

 a { background-color: rgb(105,23,80); }

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

border-color css

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

 span { border-color: rgb(105,23,80); }

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