Html Css Color HEX #9E4D72 Cadillac

📋 copy color: '#9E4D72'

red 158 ◦ green 77 ◦ blue 114

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

Shades of Cadillac #9E4D72

Tints of Cadillac #9E4D72

RGB

 RED value IS 158 (62.11% from 255) = 45.27%

 GREEN value IS 77 (30.47% from 255) = 22.06%

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 45.27%
G = 22.06%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E4D72 (or 0x9E4D72) is known color: Cadillac. HEX triplet: 9E, 4D and 72. RGB value is (158,77,114). Sum of RGB (Red+Green+Blue) = 158+77+114=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D72 is #61B28D. Grayscale: #696969. Windows color (decimal): -6402702 or 7490974. OLE color: 7490974.

HSL color Cylindrical-coordinate representation of color #9E4D72: hue angle of 332.59º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4D72 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 77 114 -
CMYK 0 0.51 0.28 0.38
HSL 332.59º 0.34% 0.46% -
HSV(B) 332.59º 0.51% 0.62% -
XYZ 19.79 13.79 17.54 -
YUV 105.44 132.84 165.49 -
System Red Green Blue C M Y K H S L
Decimal 158 77 114 0 0.51 0.28 0.38 332.59 0.34 0.46
Hex 9E 4D 72 0 33 1C 26 14D 22 2E
Octal 236 115 162 0 63 34 46 515 42 56
Binary 10011110 1001101 1110010 0 110011 11100 100110 101001101 100010 101110

Color Harmonies of #9E4D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4D72

Black with #9E4D72

Text Example


Text Example

White with #9E4D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E4D72; }

 p { color: rgb(158,77,114); }

 H1.HeaderClassName
 {
   color: #9E4D72;
 }
 .AnyTagClassName
 {
   color: #9E4D72;
 }
</style>

background-color css

<style>
 a { background-color: #9E4D72; }

 a { background-color: rgb(158,77,114); }

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

border-color css

<style>
 span { border-color: #9E4D72; }

 span { border-color: rgb(158,77,114); }

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