Html Css Color HEX #691242 Pompadour

📋 copy color: '#691242'

red 105 ◦ green 18 ◦ blue 66

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

Shades of Pompadour #691242

Tints of Pompadour #691242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 55.56%
G = 9.52%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#691242 (or 0x691242) is known color: Pompadour. HEX triplet: 69, 12 and 42. RGB value is (105,18,66). Sum of RGB (Red+Green+Blue) = 105+18+66=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #691242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691242 is #96EDBD. Grayscale: #313131. Windows color (decimal): -9891262 or 4330089. OLE color: 4330089.

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

Color convert

RGB 105 18 66 -
CMYK 0 0.83 0.37 0.59
HSL 326.9º 0.71% 0.24% -
HSV(B) 326.9º 0.83% 0.41% -
XYZ 7.03 3.83 5.52 -
YUV 49.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 105 18 66 0 0.83 0.37 0.59 326.9 0.71 0.24
Hex 69 12 42 0 53 25 3B 147 47 18
Octal 151 22 102 0 123 45 73 507 107 30
Binary 1101001 10010 1000010 0 1010011 100101 111011 101000111 1000111 11000

Color Harmonies of #691242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691242

Black with #691242

Text Example


Text Example

White with #691242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691242; }

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

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

background-color css

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

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

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

border-color css

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

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

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