Html Css Color HEX #68174B Pompadour

📋 copy color: '#68174B'

red 104 ◦ green 23 ◦ blue 75

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

Shades of Pompadour #68174B

Tints of Pompadour #68174B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 51.49%
G = 11.39%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68174B (or 0x68174B) is known color: Pompadour. HEX triplet: 68, 17 and 4B. RGB value is (104,23,75). Sum of RGB (Red+Green+Blue) = 104+23+75=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68174B is #97E8B4. Grayscale: #353535. Windows color (decimal): -9955509 or 4921192. OLE color: 4921192.

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

Color convert

RGB 104 23 75 -
CMYK 0 0.78 0.28 0.59
HSL 321.48º 0.64% 0.25% -
HSV(B) 321.48º 0.78% 0.41% -
XYZ 7.29 4.06 7.06 -
YUV 53.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 104 23 75 0 0.78 0.28 0.59 321.48 0.64 0.25
Hex 68 17 4B 0 4E 1C 3B 141 40 19
Octal 150 27 113 0 116 34 73 501 100 31
Binary 1101000 10111 1001011 0 1001110 11100 111011 101000001 1000000 11001

Color Harmonies of #68174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68174B

Black with #68174B

Text Example


Text Example

White with #68174B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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