Html Css Color HEX #68134A Pompadour

📋 copy color: '#68134A'

red 104 ◦ green 19 ◦ blue 74

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

Shades of Pompadour #68134A

Tints of Pompadour #68134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.64%

 BLUE value IS 74 (29.3% from 255) = 37.56%

R = 52.79%
G = 9.64%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68134A (or 0x68134A) is known color: Pompadour. HEX triplet: 68, 13 and 4A. RGB value is (104,19,74). Sum of RGB (Red+Green+Blue) = 104+19+74=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68134A is #97ECB5. Grayscale: #323232. Windows color (decimal): -9956534 or 4854632. OLE color: 4854632.

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

Color convert

RGB 104 19 74 -
CMYK 0 0.82 0.29 0.59
HSL 321.18º 0.69% 0.24% -
HSV(B) 321.18º 0.82% 0.41% -
XYZ 7.18 3.9 6.85 -
YUV 50.69 141.16 166.03 -
System Red Green Blue C M Y K H S L
Decimal 104 19 74 0 0.82 0.29 0.59 321.18 0.69 0.24
Hex 68 13 4A 0 52 1D 3B 141 45 18
Octal 150 23 112 0 122 35 73 501 105 30
Binary 1101000 10011 1001010 0 1010010 11101 111011 101000001 1000101 11000

Color Harmonies of #68134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68134A

Black with #68134A

Text Example


Text Example

White with #68134A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,19,74); }

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

background-color css

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

 a { background-color: rgb(104,19,74); }

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

border-color css

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

 span { border-color: rgb(104,19,74); }

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