Html Css Color HEX #68174F Pompadour

📋 copy color: '#68174F'

red 104 ◦ green 23 ◦ blue 79

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

Shades of Pompadour #68174F

Tints of Pompadour #68174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

 BLUE value IS 79 (31.25% from 255) = 38.35%

R = 50.49%
G = 11.17%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68174F (or 0x68174F) is known color: Pompadour. HEX triplet: 68, 17 and 4F. RGB value is (104,23,79). Sum of RGB (Red+Green+Blue) = 104+23+79=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #68174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68174F is #97E8B0. Grayscale: #353535. Windows color (decimal): -9955505 or 5183336. OLE color: 5183336.

HSL color Cylindrical-coordinate representation of color #68174F: hue angle of 318.52º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68174F is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 79 -
CMYK 0 0.78 0.24 0.59
HSL 318.52º 0.64% 0.25% -
HSV(B) 318.52º 0.78% 0.41% -
XYZ 7.43 4.12 7.8 -
YUV 53.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 104 23 79 0 0.78 0.24 0.59 318.52 0.64 0.25
Hex 68 17 4F 0 4E 18 3B 13F 40 19
Octal 150 27 117 0 116 30 73 477 100 31
Binary 1101000 10111 1001111 0 1001110 11000 111011 100111111 1000000 11001

Color Harmonies of #68174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68174F

Black with #68174F

Text Example


Text Example

White with #68174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68174F; }

 p { color: rgb(104,23,79); }

 H1.HeaderClassName
 {
   color: #68174F;
 }
 .AnyTagClassName
 {
   color: #68174F;
 }
</style>

background-color css

<style>
 a { background-color: #68174F; }

 a { background-color: rgb(104,23,79); }

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

border-color css

<style>
 span { border-color: #68174F; }

 span { border-color: rgb(104,23,79); }

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