Html Css Color HEX #68143A Pompadour

📋 copy color: '#68143A'

red 104 ◦ green 20 ◦ blue 58

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

Shades of Pompadour #68143A

Tints of Pompadour #68143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.99%

 BLUE value IS 58 (23.05% from 255) = 31.87%

R = 57.14%
G = 10.99%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68143A (or 0x68143A) is known color: Pompadour. HEX triplet: 68, 14 and 3A. RGB value is (104,20,58). Sum of RGB (Red+Green+Blue) = 104+20+58=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68143A is #97EBC5. Grayscale: #313131. Windows color (decimal): -9956294 or 3806312. OLE color: 3806312.

HSL color Cylindrical-coordinate representation of color #68143A: hue angle of 332.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68143A is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 58 -
CMYK 0 0.81 0.44 0.59
HSL 332.86º 0.68% 0.24% -
HSV(B) 332.86º 0.81% 0.41% -
XYZ 6.72 3.75 4.37 -
YUV 49.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 104 20 58 0 0.81 0.44 0.59 332.86 0.68 0.24
Hex 68 14 3A 0 51 2C 3B 14D 44 18
Octal 150 24 72 0 121 54 73 515 104 30
Binary 1101000 10100 111010 0 1010001 101100 111011 101001101 1000100 11000

Color Harmonies of #68143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68143A

Black with #68143A

Text Example


Text Example

White with #68143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68143A; }

 p { color: rgb(104,20,58); }

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

background-color css

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

 a { background-color: rgb(104,20,58); }

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

border-color css

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

 span { border-color: rgb(104,20,58); }

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