Html Css Color HEX #691948 Pompadour

📋 copy color: '#691948'

red 105 ◦ green 25 ◦ blue 72

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

Shades of Pompadour #691948

Tints of Pompadour #691948

RGB

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

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

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

R = 51.98%
G = 12.38%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#691948 (or 0x691948) is known color: Pompadour. HEX triplet: 69, 19 and 48. RGB value is (105,25,72). Sum of RGB (Red+Green+Blue) = 105+25+72=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #691948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691948 is #96E6B7. Grayscale: #363636. Windows color (decimal): -9889464 or 4725097. OLE color: 4725097.

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

Color convert

RGB 105 25 72 -
CMYK 0 0.76 0.31 0.59
HSL 324.75º 0.62% 0.25% -
HSV(B) 324.75º 0.76% 0.41% -
XYZ 7.34 4.17 6.55 -
YUV 54.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 105 25 72 0 0.76 0.31 0.59 324.75 0.62 0.25
Hex 69 19 48 0 4C 1F 3B 145 3E 19
Octal 151 31 110 0 114 37 73 505 76 31
Binary 1101001 11001 1001000 0 1001100 11111 111011 101000101 111110 11001

Color Harmonies of #691948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691948

Black with #691948

Text Example


Text Example

White with #691948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691948; }

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

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

background-color css

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

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

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

border-color css

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

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

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