Html Css Color HEX #68274C Pompadour

📋 copy color: '#68274C'

red 104 ◦ green 39 ◦ blue 76

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

Shades of Pompadour #68274C

Tints of Pompadour #68274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

 BLUE value IS 76 (30.08% from 255) = 34.7%

R = 47.49%
G = 17.81%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#68274C (or 0x68274C) is known color: Pompadour. HEX triplet: 68, 27 and 4C. RGB value is (104,39,76). Sum of RGB (Red+Green+Blue) = 104+39+76=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68274C is #97D8B3. Grayscale: #3E3E3E. Windows color (decimal): -9951412 or 4990824. OLE color: 4990824.

HSL color Cylindrical-coordinate representation of color #68274C: hue angle of 325.85º degrees, saturation: 0.45, 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 #68274C is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 39 76 -
CMYK 0 0.62 0.27 0.59
HSL 325.85º 0.45% 0.28% -
HSV(B) 325.85º 0.63% 0.41% -
XYZ 7.74 4.92 7.38 -
YUV 62.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 104 39 76 0 0.62 0.27 0.59 325.85 0.45 0.28
Hex 68 27 4C 0 3E 1B 3B 146 2D 1C
Octal 150 47 114 0 76 33 73 506 55 34
Binary 1101000 100111 1001100 0 111110 11011 111011 101000110 101101 11100

Color Harmonies of #68274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68274C

Black with #68274C

Text Example


Text Example

White with #68274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68274C; }

 p { color: rgb(104,39,76); }

 H1.HeaderClassName
 {
   color: #68274C;
 }
 .AnyTagClassName
 {
   color: #68274C;
 }
</style>

background-color css

<style>
 a { background-color: #68274C; }

 a { background-color: rgb(104,39,76); }

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

border-color css

<style>
 span { border-color: #68274C; }

 span { border-color: rgb(104,39,76); }

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