Html Css Color HEX #691950 Pompadour

📋 copy color: '#691950'

red 105 ◦ green 25 ◦ blue 80

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

Shades of Pompadour #691950

Tints of Pompadour #691950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

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

R = 50%
G = 11.9%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#691950 (or 0x691950) is known color: Pompadour. HEX triplet: 69, 19 and 50. RGB value is (105,25,80). Sum of RGB (Red+Green+Blue) = 105+25+80=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #691950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691950 is #96E6AF. Grayscale: #373737. Windows color (decimal): -9889456 or 5249385. OLE color: 5249385.

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

Color convert

RGB 105 25 80 -
CMYK 0 0.76 0.24 0.59
HSL 318.75º 0.62% 0.25% -
HSV(B) 318.75º 0.76% 0.41% -
XYZ 7.62 4.28 8.01 -
YUV 55.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 105 25 80 0 0.76 0.24 0.59 318.75 0.62 0.25
Hex 69 19 50 0 4C 18 3B 13F 3E 19
Octal 151 31 120 0 114 30 73 477 76 31
Binary 1101001 11001 1010000 0 1001100 11000 111011 100111111 111110 11001

Color Harmonies of #691950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691950

Black with #691950

Text Example


Text Example

White with #691950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691950; }

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

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

background-color css

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

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

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

border-color css

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

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

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