Html Css Color HEX #691339 Pompadour

📋 copy color: '#691339'

red 105 ◦ green 19 ◦ blue 57

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

Shades of Pompadour #691339

Tints of Pompadour #691339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

 BLUE value IS 57 (22.66% from 255) = 31.49%

R = 58.01%
G = 10.5%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#691339 (or 0x691339) is known color: Pompadour. HEX triplet: 69, 13 and 39. RGB value is (105,19,57). Sum of RGB (Red+Green+Blue) = 105+19+57=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #691339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691339 is #96ECC6. Grayscale: #303030. Windows color (decimal): -9891015 or 3740521. OLE color: 3740521.

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

Color convert

RGB 105 19 57 -
CMYK 0 0.82 0.46 0.59
HSL 333.49º 0.69% 0.24% -
HSV(B) 333.49º 0.82% 0.41% -
XYZ 6.8 3.76 4.24 -
YUV 49.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 105 19 57 0 0.82 0.46 0.59 333.49 0.69 0.24
Hex 69 13 39 0 52 2E 3B 14D 45 18
Octal 151 23 71 0 122 56 73 515 105 30
Binary 1101001 10011 111001 0 1010010 101110 111011 101001101 1000101 11000

Color Harmonies of #691339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691339

Black with #691339

Text Example


Text Example

White with #691339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691339; }

 p { color: rgb(105,19,57); }

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

background-color css

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

 a { background-color: rgb(105,19,57); }

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

border-color css

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

 span { border-color: rgb(105,19,57); }

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