Html Css Color HEX #68113F Pompadour

📋 copy color: '#68113F'

red 104 ◦ green 17 ◦ blue 63

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

Shades of Pompadour #68113F

Tints of Pompadour #68113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.24%

R = 56.52%
G = 9.24%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68113F (or 0x68113F) is known color: Pompadour. HEX triplet: 68, 11 and 3F. RGB value is (104,17,63). Sum of RGB (Red+Green+Blue) = 104+17+63=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68113F is #97EEC0. Grayscale: #303030. Windows color (decimal): -9957057 or 4133224. OLE color: 4133224.

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

Color convert

RGB 104 17 63 -
CMYK 0 0.84 0.39 0.59
HSL 328.28º 0.72% 0.24% -
HSV(B) 328.28º 0.84% 0.41% -
XYZ 6.81 3.7 5.06 -
YUV 48.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 104 17 63 0 0.84 0.39 0.59 328.28 0.72 0.24
Hex 68 11 3F 0 54 27 3B 148 48 18
Octal 150 21 77 0 124 47 73 510 110 30
Binary 1101000 10001 111111 0 1010100 100111 111011 101001000 1001000 11000

Color Harmonies of #68113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68113F

Black with #68113F

Text Example


Text Example

White with #68113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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