Html Css Color HEX #691240 Pompadour

📋 copy color: '#691240'

red 105 ◦ green 18 ◦ blue 64

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

Shades of Pompadour #691240

Tints of Pompadour #691240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 56.15%
G = 9.63%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#691240 (or 0x691240) is known color: Pompadour. HEX triplet: 69, 12 and 40. RGB value is (105,18,64). Sum of RGB (Red+Green+Blue) = 105+18+64=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #691240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691240 is #96EDBF. Grayscale: #313131. Windows color (decimal): -9891264 or 4199017. OLE color: 4199017.

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

Color convert

RGB 105 18 64 -
CMYK 0 0.83 0.39 0.59
HSL 328.28º 0.71% 0.24% -
HSV(B) 328.28º 0.83% 0.41% -
XYZ 6.97 3.81 5.22 -
YUV 49.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 105 18 64 0 0.83 0.39 0.59 328.28 0.71 0.24
Hex 69 12 40 0 53 27 3B 148 47 18
Octal 151 22 100 0 123 47 73 510 107 30
Binary 1101001 10010 1000000 0 1010011 100111 111011 101001000 1000111 11000

Color Harmonies of #691240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691240

Black with #691240

Text Example


Text Example

White with #691240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691240; }

 p { color: rgb(105,18,64); }

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

background-color css

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

 a { background-color: rgb(105,18,64); }

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

border-color css

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

 span { border-color: rgb(105,18,64); }

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