Html Css Color HEX #68173A Pompadour

📋 copy color: '#68173A'

red 104 ◦ green 23 ◦ blue 58

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

Shades of Pompadour #68173A

Tints of Pompadour #68173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 56.22%
G = 12.43%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68173A (or 0x68173A) is known color: Pompadour. HEX triplet: 68, 17 and 3A. RGB value is (104,23,58). Sum of RGB (Red+Green+Blue) = 104+23+58=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68173A is #97E8C5. Grayscale: #333333. Windows color (decimal): -9955526 or 3807080. OLE color: 3807080.

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

Color convert

RGB 104 23 58 -
CMYK 0 0.78 0.44 0.59
HSL 334.07º 0.64% 0.25% -
HSV(B) 334.07º 0.78% 0.41% -
XYZ 6.78 3.86 4.39 -
YUV 51.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 104 23 58 0 0.78 0.44 0.59 334.07 0.64 0.25
Hex 68 17 3A 0 4E 2C 3B 14E 40 19
Octal 150 27 72 0 116 54 73 516 100 31
Binary 1101000 10111 111010 0 1001110 101100 111011 101001110 1000000 11001

Color Harmonies of #68173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68173A

Black with #68173A

Text Example


Text Example

White with #68173A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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