Html Css Color HEX #68204B Pompadour

📋 copy color: '#68204B'

red 104 ◦ green 32 ◦ blue 75

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

Shades of Pompadour #68204B

Tints of Pompadour #68204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 49.29%
G = 15.17%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68204B (or 0x68204B) is known color: Pompadour. HEX triplet: 68, 20 and 4B. RGB value is (104,32,75). Sum of RGB (Red+Green+Blue) = 104+32+75=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #68204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68204B is #97DFB4. Grayscale: #3A3A3A. Windows color (decimal): -9953205 or 4923496. OLE color: 4923496.

HSL color Cylindrical-coordinate representation of color #68204B: hue angle of 324.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68204B is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 75 -
CMYK 0 0.69 0.28 0.59
HSL 324.17º 0.53% 0.27% -
HSV(B) 324.17º 0.69% 0.41% -
XYZ 7.5 4.48 7.13 -
YUV 58.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 104 32 75 0 0.69 0.28 0.59 324.17 0.53 0.27
Hex 68 20 4B 0 45 1C 3B 144 35 1B
Octal 150 40 113 0 105 34 73 504 65 33
Binary 1101000 100000 1001011 0 1000101 11100 111011 101000100 110101 11011

Color Harmonies of #68204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68204B

Black with #68204B

Text Example


Text Example

White with #68204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68204B; }

 p { color: rgb(104,32,75); }

 H1.HeaderClassName
 {
   color: #68204B;
 }
 .AnyTagClassName
 {
   color: #68204B;
 }
</style>

background-color css

<style>
 a { background-color: #68204B; }

 a { background-color: rgb(104,32,75); }

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

border-color css

<style>
 span { border-color: #68204B; }

 span { border-color: rgb(104,32,75); }

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