Html Css Color HEX #9D4973 Cadillac

📋 copy color: '#9D4973'

red 157 ◦ green 73 ◦ blue 115

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

Shades of Cadillac #9D4973

Tints of Cadillac #9D4973

RGB

 RED value IS 157 (61.72% from 255) = 45.51%

 GREEN value IS 73 (28.91% from 255) = 21.16%

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 45.51%
G = 21.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D4973 (or 0x9D4973) is known color: Cadillac. HEX triplet: 9D, 49 and 73. RGB value is (157,73,115). Sum of RGB (Red+Green+Blue) = 157+73+115=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4973 is #62B68C. Grayscale: #666666. Windows color (decimal): -6469261 or 7555485. OLE color: 7555485.

HSL color Cylindrical-coordinate representation of color #9D4973: hue angle of 330º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D4973 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 73 115 -
CMYK 0 0.54 0.27 0.38
HSL 330º 0.37% 0.45% -
HSV(B) 330º 0.54% 0.62% -
XYZ 19.38 13.17 17.74 -
YUV 102.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 157 73 115 0 0.54 0.27 0.38 330 0.37 0.45
Hex 9D 49 73 0 36 1B 26 14A 25 2D
Octal 235 111 163 0 66 33 46 512 45 55
Binary 10011101 1001001 1110011 0 110110 11011 100110 101001010 100101 101101

Color Harmonies of #9D4973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4973

Black with #9D4973

Text Example


Text Example

White with #9D4973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,73,115); }

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

background-color css

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

 a { background-color: rgb(157,73,115); }

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

border-color css

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

 span { border-color: rgb(157,73,115); }

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