Html Css Color HEX #691135 Pompadour

📋 copy color: '#691135'

red 105 ◦ green 17 ◦ blue 53

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

Shades of Pompadour #691135

Tints of Pompadour #691135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

 BLUE value IS 53 (21.09% from 255) = 30.29%

R = 60%
G = 9.71%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#691135 (or 0x691135) is known color: Pompadour. HEX triplet: 69, 11 and 35. RGB value is (105,17,53). Sum of RGB (Red+Green+Blue) = 105+17+53=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #691135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691135 is #96EECA. Grayscale: #2F2F2F. Windows color (decimal): -9891531 or 3477865. OLE color: 3477865.

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

Color convert

RGB 105 17 53 -
CMYK 0 0.84 0.50 0.59
HSL 335.45º 0.72% 0.24% -
HSV(B) 335.45º 0.84% 0.41% -
XYZ 6.67 3.66 3.72 -
YUV 47.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 105 17 53 0 0.84 0.50 0.59 335.45 0.72 0.24
Hex 69 11 35 0 54 32 3B 14F 48 18
Octal 151 21 65 0 124 62 73 517 110 30
Binary 1101001 10001 110101 0 1010100 110010 111011 101001111 1001000 11000

Color Harmonies of #691135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691135

Black with #691135

Text Example


Text Example

White with #691135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691135; }

 p { color: rgb(105,17,53); }

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

background-color css

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

 a { background-color: rgb(105,17,53); }

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

border-color css

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

 span { border-color: rgb(105,17,53); }

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