Html Css Color HEX #68143C Pompadour

📋 copy color: '#68143C'

red 104 ◦ green 20 ◦ blue 60

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

Shades of Pompadour #68143C

Tints of Pompadour #68143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.61%

R = 56.52%
G = 10.87%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68143C (or 0x68143C) is known color: Pompadour. HEX triplet: 68, 14 and 3C. RGB value is (104,20,60). Sum of RGB (Red+Green+Blue) = 104+20+60=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68143C is #97EBC3. Grayscale: #313131. Windows color (decimal): -9956292 or 3937384. OLE color: 3937384.

HSL color Cylindrical-coordinate representation of color #68143C: hue angle of 331.43º 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 #68143C is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 60 -
CMYK 0 0.81 0.42 0.59
HSL 331.43º 0.68% 0.24% -
HSV(B) 331.43º 0.81% 0.41% -
XYZ 6.77 3.77 4.65 -
YUV 49.68 133.83 166.75 -
System Red Green Blue C M Y K H S L
Decimal 104 20 60 0 0.81 0.42 0.59 331.43 0.68 0.24
Hex 68 14 3C 0 51 2A 3B 14B 44 18
Octal 150 24 74 0 121 52 73 513 104 30
Binary 1101000 10100 111100 0 1010001 101010 111011 101001011 1000100 11000

Color Harmonies of #68143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68143C

Black with #68143C

Text Example


Text Example

White with #68143C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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