Html Css Color HEX #68163F Pompadour

📋 copy color: '#68163F'

red 104 ◦ green 22 ◦ blue 63

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

Shades of Pompadour #68163F

Tints of Pompadour #68163F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.33%

R = 55.03%
G = 11.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68163F (or 0x68163F) is known color: Pompadour. HEX triplet: 68, 16 and 3F. RGB value is (104,22,63). Sum of RGB (Red+Green+Blue) = 104+22+63=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #68163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68163F is #97E9C0. Grayscale: #333333. Windows color (decimal): -9955777 or 4134504. OLE color: 4134504.

HSL color Cylindrical-coordinate representation of color #68163F: hue angle of 330º 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 #68163F is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 22 63 -
CMYK 0 0.79 0.39 0.59
HSL 330º 0.65% 0.25% -
HSV(B) 330º 0.79% 0.41% -
XYZ 6.89 3.88 5.09 -
YUV 51.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 104 22 63 0 0.79 0.39 0.59 330 0.65 0.25
Hex 68 16 3F 0 4F 27 3B 14A 41 19
Octal 150 26 77 0 117 47 73 512 101 31
Binary 1101000 10110 111111 0 1001111 100111 111011 101001010 1000001 11001

Color Harmonies of #68163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68163F

Black with #68163F

Text Example


Text Example

White with #68163F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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