Html Css Color HEX #68314F Pompadour

📋 copy color: '#68314F'

red 104 ◦ green 49 ◦ blue 79

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

Shades of Pompadour #68314F

Tints of Pompadour #68314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 44.83%
G = 21.12%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68314F (or 0x68314F) is known color: Pompadour. HEX triplet: 68, 31 and 4F. RGB value is (104,49,79). Sum of RGB (Red+Green+Blue) = 104+49+79=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68314F is #97CEB0. Grayscale: #444444. Windows color (decimal): -9948849 or 5189992. OLE color: 5189992.

HSL color Cylindrical-coordinate representation of color #68314F: hue angle of 327.27º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68314F is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 49 79 -
CMYK 0 0.53 0.24 0.59
HSL 327.27º 0.36% 0.3% -
HSV(B) 327.27º 0.53% 0.41% -
XYZ 8.22 5.7 8.06 -
YUV 68.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 104 49 79 0 0.53 0.24 0.59 327.27 0.36 0.3
Hex 68 31 4F 0 35 18 3B 147 24 1E
Octal 150 61 117 0 65 30 73 507 44 36
Binary 1101000 110001 1001111 0 110101 11000 111011 101000111 100100 11110

Color Harmonies of #68314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68314F

Black with #68314F

Text Example


Text Example

White with #68314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68314F; }

 p { color: rgb(104,49,79); }

 H1.HeaderClassName
 {
   color: #68314F;
 }
 .AnyTagClassName
 {
   color: #68314F;
 }
</style>

background-color css

<style>
 a { background-color: #68314F; }

 a { background-color: rgb(104,49,79); }

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

border-color css

<style>
 span { border-color: #68314F; }

 span { border-color: rgb(104,49,79); }

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