Html Css Color HEX #68143B Pompadour

📋 copy color: '#68143B'

red 104 ◦ green 20 ◦ blue 59

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

Shades of Pompadour #68143B

Tints of Pompadour #68143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.24%

R = 56.83%
G = 10.93%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#68143B (or 0x68143B) is known color: Pompadour. HEX triplet: 68, 14 and 3B. RGB value is (104,20,59). Sum of RGB (Red+Green+Blue) = 104+20+59=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68143B is #97EBC4. Grayscale: #313131. Windows color (decimal): -9956293 or 3871848. OLE color: 3871848.

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

Color convert

RGB 104 20 59 -
CMYK 0 0.81 0.43 0.59
HSL 332.14º 0.68% 0.24% -
HSV(B) 332.14º 0.81% 0.41% -
XYZ 6.75 3.76 4.51 -
YUV 49.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 104 20 59 0 0.81 0.43 0.59 332.14 0.68 0.24
Hex 68 14 3B 0 51 2B 3B 14C 44 18
Octal 150 24 73 0 121 53 73 514 104 30
Binary 1101000 10100 111011 0 1010001 101011 111011 101001100 1000100 11000

Color Harmonies of #68143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68143B

Black with #68143B

Text Example


Text Example

White with #68143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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