Html Css Color HEX #691538 Pompadour

📋 copy color: '#691538'

red 105 ◦ green 21 ◦ blue 56

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

Shades of Pompadour #691538

Tints of Pompadour #691538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

 BLUE value IS 56 (22.27% from 255) = 30.77%

R = 57.69%
G = 11.54%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#691538 (or 0x691538) is known color: Pompadour. HEX triplet: 69, 15 and 38. RGB value is (105,21,56). Sum of RGB (Red+Green+Blue) = 105+21+56=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #691538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691538 is #96EAC7. Grayscale: #323232. Windows color (decimal): -9890504 or 3675497. OLE color: 3675497.

HSL color Cylindrical-coordinate representation of color #691538: hue angle of 335º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #691538 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 21 56 -
CMYK 0 0.80 0.47 0.59
HSL 335º 0.67% 0.25% -
HSV(B) 335º 0.8% 0.41% -
XYZ 6.81 3.83 4.12 -
YUV 50.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 105 21 56 0 0.80 0.47 0.59 335 0.67 0.25
Hex 69 15 38 0 50 2F 3B 14F 43 19
Octal 151 25 70 0 120 57 73 517 103 31
Binary 1101001 10101 111000 0 1010000 101111 111011 101001111 1000011 11001

Color Harmonies of #691538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691538

Black with #691538

Text Example


Text Example

White with #691538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691538; }

 p { color: rgb(105,21,56); }

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

background-color css

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

 a { background-color: rgb(105,21,56); }

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

border-color css

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

 span { border-color: rgb(105,21,56); }

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