Html Css Color HEX #68193A Pompadour

📋 copy color: '#68193A'

red 104 ◦ green 25 ◦ blue 58

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

Shades of Pompadour #68193A

Tints of Pompadour #68193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

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

R = 55.61%
G = 13.37%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68193A (or 0x68193A) is known color: Pompadour. HEX triplet: 68, 19 and 3A. RGB value is (104,25,58). Sum of RGB (Red+Green+Blue) = 104+25+58=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68193A is #97E6C5. Grayscale: #343434. Windows color (decimal): -9955014 or 3807592. OLE color: 3807592.

HSL color Cylindrical-coordinate representation of color #68193A: hue angle of 334.94º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68193A is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 25 58 -
CMYK 0 0.76 0.44 0.59
HSL 334.94º 0.61% 0.25% -
HSV(B) 334.94º 0.76% 0.41% -
XYZ 6.82 3.94 4.4 -
YUV 52.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 104 25 58 0 0.76 0.44 0.59 334.94 0.61 0.25
Hex 68 19 3A 0 4C 2C 3B 14F 3D 19
Octal 150 31 72 0 114 54 73 517 75 31
Binary 1101000 11001 111010 0 1001100 101100 111011 101001111 111101 11001

Color Harmonies of #68193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68193A

Black with #68193A

Text Example


Text Example

White with #68193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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