Html Css Color HEX #60314D Pompadour

📋 copy color: '#60314D'

red 96 ◦ green 49 ◦ blue 77

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

Shades of Pompadour #60314D

Tints of Pompadour #60314D

RGB

 RED value IS 96 (37.89% from 255) = 43.24%

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

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 43.24%
G = 22.07%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60314D (or 0x60314D) is known color: Pompadour. HEX triplet: 60, 31 and 4D. RGB value is (96,49,77). Sum of RGB (Red+Green+Blue) = 96+49+77=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #60314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60314D is #9FCEB2. Grayscale: #424242. Windows color (decimal): -10473139 or 5058912. OLE color: 5058912.

HSL color Cylindrical-coordinate representation of color #60314D: hue angle of 324.26º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60314D is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 49 77 -
CMYK 0 0.49 0.20 0.62
HSL 324.26º 0.32% 0.28% -
HSV(B) 324.26º 0.49% 0.38% -
XYZ 7.26 5.22 7.65 -
YUV 66.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 96 49 77 0 0.49 0.20 0.62 324.26 0.32 0.28
Hex 60 31 4D 0 31 14 3E 144 20 1C
Octal 140 61 115 0 61 24 76 504 40 34
Binary 1100000 110001 1001101 0 110001 10100 111110 101000100 100000 11100

Color Harmonies of #60314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60314D

Black with #60314D

Text Example


Text Example

White with #60314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60314D; }

 p { color: rgb(96,49,77); }

 H1.HeaderClassName
 {
   color: #60314D;
 }
 .AnyTagClassName
 {
   color: #60314D;
 }
</style>

background-color css

<style>
 a { background-color: #60314D; }

 a { background-color: rgb(96,49,77); }

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

border-color css

<style>
 span { border-color: #60314D; }

 span { border-color: rgb(96,49,77); }

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