Html Css Color HEX #60254D Pompadour

📋 copy color: '#60254D'

red 96 ◦ green 37 ◦ blue 77

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

Shades of Pompadour #60254D

Tints of Pompadour #60254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

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

R = 45.71%
G = 17.62%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60254D (or 0x60254D) is known color: Pompadour. HEX triplet: 60, 25 and 4D. RGB value is (96,37,77). Sum of RGB (Red+Green+Blue) = 96+37+77=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60254D is #9FDAB2. Grayscale: #3B3B3B. Windows color (decimal): -10476211 or 5055840. OLE color: 5055840.

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

Color convert

RGB 96 37 77 -
CMYK 0 0.61 0.20 0.62
HSL 319.32º 0.44% 0.26% -
HSV(B) 319.32º 0.61% 0.38% -
XYZ 6.82 4.35 7.5 -
YUV 59.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 96 37 77 0 0.61 0.20 0.62 319.32 0.44 0.26
Hex 60 25 4D 0 3D 14 3E 13F 2C 1A
Octal 140 45 115 0 75 24 76 477 54 32
Binary 1100000 100101 1001101 0 111101 10100 111110 100111111 101100 11010

Color Harmonies of #60254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60254D

Black with #60254D

Text Example


Text Example

White with #60254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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