Html Css Color HEX #691A50 Pompadour

📋 copy color: '#691A50'

red 105 ◦ green 26 ◦ blue 80

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

Shades of Pompadour #691A50

Tints of Pompadour #691A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

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

R = 49.76%
G = 12.32%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#691A50 (or 0x691A50) is known color: Pompadour. HEX triplet: 69, 1A and 50. RGB value is (105,26,80). Sum of RGB (Red+Green+Blue) = 105+26+80=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #691A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691A50 is #96E5AF. Grayscale: #373737. Windows color (decimal): -9889200 or 5249641. OLE color: 5249641.

HSL color Cylindrical-coordinate representation of color #691A50: hue angle of 318.99º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691A50 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 80 -
CMYK 0 0.75 0.24 0.59
HSL 318.99º 0.6% 0.26% -
HSV(B) 318.99º 0.75% 0.41% -
XYZ 7.64 4.32 8.02 -
YUV 55.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 105 26 80 0 0.75 0.24 0.59 318.99 0.6 0.26
Hex 69 1A 50 0 4B 18 3B 13F 3C 1A
Octal 151 32 120 0 113 30 73 477 74 32
Binary 1101001 11010 1010000 0 1001011 11000 111011 100111111 111100 11010

Color Harmonies of #691A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A50

Black with #691A50

Text Example


Text Example

White with #691A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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