Html Css Color HEX #68294B Pompadour

📋 copy color: '#68294B'

red 104 ◦ green 41 ◦ blue 75

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

Shades of Pompadour #68294B

Tints of Pompadour #68294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

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

R = 47.27%
G = 18.64%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68294B (or 0x68294B) is known color: Pompadour. HEX triplet: 68, 29 and 4B. RGB value is (104,41,75). Sum of RGB (Red+Green+Blue) = 104+41+75=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68294B is #97D6B4. Grayscale: #3F3F3F. Windows color (decimal): -9950901 or 4925800. OLE color: 4925800.

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

Color convert

RGB 104 41 75 -
CMYK 0 0.61 0.28 0.59
HSL 327.62º 0.43% 0.28% -
HSV(B) 327.62º 0.61% 0.41% -
XYZ 7.77 5.04 7.22 -
YUV 63.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 104 41 75 0 0.61 0.28 0.59 327.62 0.43 0.28
Hex 68 29 4B 0 3D 1C 3B 148 2B 1C
Octal 150 51 113 0 75 34 73 510 53 34
Binary 1101000 101001 1001011 0 111101 11100 111011 101001000 101011 11100

Color Harmonies of #68294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68294B

Black with #68294B

Text Example


Text Example

White with #68294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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