Html Css Color HEX #68154D Pompadour

📋 copy color: '#68154D'

red 104 ◦ green 21 ◦ blue 77

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

Shades of Pompadour #68154D

Tints of Pompadour #68154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

 BLUE value IS 77 (30.47% from 255) = 38.12%

R = 51.49%
G = 10.4%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68154D (or 0x68154D) is known color: Pompadour. HEX triplet: 68, 15 and 4D. RGB value is (104,21,77). Sum of RGB (Red+Green+Blue) = 104+21+77=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68154D is #97EAB2. Grayscale: #343434. Windows color (decimal): -9956019 or 5051752. OLE color: 5051752.

HSL color Cylindrical-coordinate representation of color #68154D: hue angle of 319.52º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68154D is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 77 -
CMYK 0 0.80 0.26 0.59
HSL 319.52º 0.66% 0.25% -
HSV(B) 319.52º 0.8% 0.41% -
XYZ 7.32 4.02 7.41 -
YUV 52.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 104 21 77 0 0.80 0.26 0.59 319.52 0.66 0.25
Hex 68 15 4D 0 50 1A 3B 140 42 19
Octal 150 25 115 0 120 32 73 500 102 31
Binary 1101000 10101 1001101 0 1010000 11010 111011 101000000 1000010 11001

Color Harmonies of #68154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68154D

Black with #68154D

Text Example


Text Example

White with #68154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,21,77); }

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

background-color css

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

 a { background-color: rgb(104,21,77); }

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

border-color css

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

 span { border-color: rgb(104,21,77); }

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