Html Css Color HEX #68143D Pompadour

📋 copy color: '#68143D'

red 104 ◦ green 20 ◦ blue 61

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

Shades of Pompadour #68143D

Tints of Pompadour #68143D

RGB

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

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

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

R = 56.22%
G = 10.81%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68143D (or 0x68143D) is known color: Pompadour. HEX triplet: 68, 14 and 3D. RGB value is (104,20,61). Sum of RGB (Red+Green+Blue) = 104+20+61=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68143D is #97EBC2. Grayscale: #313131. Windows color (decimal): -9956291 or 4002920. OLE color: 4002920.

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

Color convert

RGB 104 20 61 -
CMYK 0 0.81 0.41 0.59
HSL 330.71º 0.68% 0.24% -
HSV(B) 330.71º 0.81% 0.41% -
XYZ 6.8 3.78 4.79 -
YUV 49.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 104 20 61 0 0.81 0.41 0.59 330.71 0.68 0.24
Hex 68 14 3D 0 51 29 3B 14B 44 18
Octal 150 24 75 0 121 51 73 513 104 30
Binary 1101000 10100 111101 0 1010001 101001 111011 101001011 1000100 11000

Color Harmonies of #68143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68143D

Black with #68143D

Text Example


Text Example

White with #68143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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