Html Css Color HEX #691440 Pompadour

📋 copy color: '#691440'

red 105 ◦ green 20 ◦ blue 64

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

Shades of Pompadour #691440

Tints of Pompadour #691440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

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

R = 55.56%
G = 10.58%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#691440 (or 0x691440) is known color: Pompadour. HEX triplet: 69, 14 and 40. RGB value is (105,20,64). Sum of RGB (Red+Green+Blue) = 105+20+64=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #691440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691440 is #96EBBF. Grayscale: #323232. Windows color (decimal): -9890752 or 4199529. OLE color: 4199529.

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

Color convert

RGB 105 20 64 -
CMYK 0 0.81 0.39 0.59
HSL 328.94º 0.68% 0.25% -
HSV(B) 328.94º 0.81% 0.41% -
XYZ 7 3.87 5.23 -
YUV 50.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 105 20 64 0 0.81 0.39 0.59 328.94 0.68 0.25
Hex 69 14 40 0 51 27 3B 149 44 19
Octal 151 24 100 0 121 47 73 511 104 31
Binary 1101001 10100 1000000 0 1010001 100111 111011 101001001 1000100 11001

Color Harmonies of #691440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691440

Black with #691440

Text Example


Text Example

White with #691440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691440; }

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

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

background-color css

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

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

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

border-color css

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

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

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