Html Css Color HEX #691051 Pompadour

📋 copy color: '#691051'

red 105 ◦ green 16 ◦ blue 81

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

Shades of Pompadour #691051

Tints of Pompadour #691051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

 BLUE value IS 81 (32.03% from 255) = 40.1%

R = 51.98%
G = 7.92%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#691051 (or 0x691051) is known color: Pompadour. HEX triplet: 69, 10 and 51. RGB value is (105,16,81). Sum of RGB (Red+Green+Blue) = 105+16+81=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #691051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691051 is #96EFAE. Grayscale: #313131. Windows color (decimal): -9891759 or 5312617. OLE color: 5312617.

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

Color convert

RGB 105 16 81 -
CMYK 0 0.85 0.23 0.59
HSL 316.18º 0.74% 0.24% -
HSV(B) 316.18º 0.85% 0.41% -
XYZ 7.5 3.97 8.16 -
YUV 50.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 105 16 81 0 0.85 0.23 0.59 316.18 0.74 0.24
Hex 69 10 51 0 55 17 3B 13C 4A 18
Octal 151 20 121 0 125 27 73 474 112 30
Binary 1101001 10000 1010001 0 1010101 10111 111011 100111100 1001010 11000

Color Harmonies of #691051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691051

Black with #691051

Text Example


Text Example

White with #691051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691051; }

 p { color: rgb(105,16,81); }

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

background-color css

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

 a { background-color: rgb(105,16,81); }

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

border-color css

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

 span { border-color: rgb(105,16,81); }

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