Html Css Color HEX #691748 Pompadour

📋 copy color: '#691748'

red 105 ◦ green 23 ◦ blue 72

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

Shades of Pompadour #691748

Tints of Pompadour #691748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36%

R = 52.5%
G = 11.5%
B = 36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#691748 (or 0x691748) is known color: Pompadour. HEX triplet: 69, 17 and 48. RGB value is (105,23,72). Sum of RGB (Red+Green+Blue) = 105+23+72=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #691748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691748 is #96E8B7. Grayscale: #343434. Windows color (decimal): -9889976 or 4724585. OLE color: 4724585.

HSL color Cylindrical-coordinate representation of color #691748: hue angle of 324.15º 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 #691748 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 23 72 -
CMYK 0 0.78 0.31 0.59
HSL 324.15º 0.64% 0.25% -
HSV(B) 324.15º 0.78% 0.41% -
XYZ 7.3 4.08 6.53 -
YUV 53.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 105 23 72 0 0.78 0.31 0.59 324.15 0.64 0.25
Hex 69 17 48 0 4E 1F 3B 144 40 19
Octal 151 27 110 0 116 37 73 504 100 31
Binary 1101001 10111 1001000 0 1001110 11111 111011 101000100 1000000 11001

Color Harmonies of #691748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691748

Black with #691748

Text Example


Text Example

White with #691748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691748; }

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

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

background-color css

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

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

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

border-color css

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

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

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