Html Css Color HEX #68163E Pompadour

📋 copy color: '#68163E'

red 104 ◦ green 22 ◦ blue 62

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

Shades of Pompadour #68163E

Tints of Pompadour #68163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.7%

 BLUE value IS 62 (24.61% from 255) = 32.98%

R = 55.32%
G = 11.7%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#68163E (or 0x68163E) is known color: Pompadour. HEX triplet: 68, 16 and 3E. RGB value is (104,22,62). Sum of RGB (Red+Green+Blue) = 104+22+62=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68163E is #97E9C1. Grayscale: #333333. Windows color (decimal): -9955778 or 4068968. OLE color: 4068968.

HSL color Cylindrical-coordinate representation of color #68163E: hue angle of 330.73º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68163E is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 22 62 -
CMYK 0 0.79 0.40 0.59
HSL 330.73º 0.65% 0.25% -
HSV(B) 330.73º 0.79% 0.41% -
XYZ 6.87 3.86 4.94 -
YUV 51.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 104 22 62 0 0.79 0.40 0.59 330.73 0.65 0.25
Hex 68 16 3E 0 4F 28 3B 14B 41 19
Octal 150 26 76 0 117 50 73 513 101 31
Binary 1101000 10110 111110 0 1001111 101000 111011 101001011 1000001 11001

Color Harmonies of #68163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68163E

Black with #68163E

Text Example


Text Example

White with #68163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68163E; }

 p { color: rgb(104,22,62); }

 H1.HeaderClassName
 {
   color: #68163E;
 }
 .AnyTagClassName
 {
   color: #68163E;
 }
</style>

background-color css

<style>
 a { background-color: #68163E; }

 a { background-color: rgb(104,22,62); }

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

border-color css

<style>
 span { border-color: #68163E; }

 span { border-color: rgb(104,22,62); }

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