Html Css Color HEX #68133A Pompadour

📋 copy color: '#68133A'

red 104 ◦ green 19 ◦ blue 58

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

Shades of Pompadour #68133A

Tints of Pompadour #68133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

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

R = 57.46%
G = 10.5%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68133A (or 0x68133A) is known color: Pompadour. HEX triplet: 68, 13 and 3A. RGB value is (104,19,58). Sum of RGB (Red+Green+Blue) = 104+19+58=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #68133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68133A is #97ECC5. Grayscale: #303030. Windows color (decimal): -9956550 or 3806056. OLE color: 3806056.

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

Color convert

RGB 104 19 58 -
CMYK 0 0.82 0.44 0.59
HSL 332.47º 0.69% 0.24% -
HSV(B) 332.47º 0.82% 0.41% -
XYZ 6.71 3.71 4.37 -
YUV 48.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 104 19 58 0 0.82 0.44 0.59 332.47 0.69 0.24
Hex 68 13 3A 0 52 2C 3B 14C 45 18
Octal 150 23 72 0 122 54 73 514 105 30
Binary 1101000 10011 111010 0 1010010 101100 111011 101001100 1000101 11000

Color Harmonies of #68133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68133A

Black with #68133A

Text Example


Text Example

White with #68133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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