Html Css Color HEX #68284B Pompadour

📋 copy color: '#68284B'

red 104 ◦ green 40 ◦ blue 75

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

Shades of Pompadour #68284B

Tints of Pompadour #68284B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

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

R = 47.49%
G = 18.26%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68284B (or 0x68284B) is known color: Pompadour. HEX triplet: 68, 28 and 4B. RGB value is (104,40,75). Sum of RGB (Red+Green+Blue) = 104+40+75=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68284B is #97D7B4. Grayscale: #3F3F3F. Windows color (decimal): -9951157 or 4925544. OLE color: 4925544.

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

Color convert

RGB 104 40 75 -
CMYK 0 0.62 0.28 0.59
HSL 327.19º 0.44% 0.28% -
HSV(B) 327.19º 0.62% 0.41% -
XYZ 7.74 4.97 7.21 -
YUV 63.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 104 40 75 0 0.62 0.28 0.59 327.19 0.44 0.28
Hex 68 28 4B 0 3E 1C 3B 147 2C 1C
Octal 150 50 113 0 76 34 73 507 54 34
Binary 1101000 101000 1001011 0 111110 11100 111011 101000111 101100 11100

Color Harmonies of #68284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68284B

Black with #68284B

Text Example


Text Example

White with #68284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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