Html Css Color HEX #68113D Pompadour

📋 copy color: '#68113D'

red 104 ◦ green 17 ◦ blue 61

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

Shades of Pompadour #68113D

Tints of Pompadour #68113D

RGB

 RED value IS 104 (41.02% from 255) = 57.14%

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

 BLUE value IS 61 (24.22% from 255) = 33.52%

R = 57.14%
G = 9.34%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68113D (or 0x68113D) is known color: Pompadour. HEX triplet: 68, 11 and 3D. RGB value is (104,17,61). Sum of RGB (Red+Green+Blue) = 104+17+61=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68113D is #97EEC2. Grayscale: #2F2F2F. Windows color (decimal): -9957059 or 4002152. OLE color: 4002152.

HSL color Cylindrical-coordinate representation of color #68113D: hue angle of 329.66º 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 #68113D is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 61 -
CMYK 0 0.84 0.41 0.59
HSL 329.66º 0.72% 0.24% -
HSV(B) 329.66º 0.84% 0.41% -
XYZ 6.75 3.68 4.77 -
YUV 48.03 135.32 167.92 -
System Red Green Blue C M Y K H S L
Decimal 104 17 61 0 0.84 0.41 0.59 329.66 0.72 0.24
Hex 68 11 3D 0 54 29 3B 14A 48 18
Octal 150 21 75 0 124 51 73 512 110 30
Binary 1101000 10001 111101 0 1010100 101001 111011 101001010 1001000 11000

Color Harmonies of #68113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68113D

Black with #68113D

Text Example


Text Example

White with #68113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68113D; }

 p { color: rgb(104,17,61); }

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

background-color css

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

 a { background-color: rgb(104,17,61); }

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

border-color css

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

 span { border-color: rgb(104,17,61); }

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