Html Css Color HEX #9D3E5E Cadillac

📋 copy color: '#9D3E5E'

red 157 ◦ green 62 ◦ blue 94

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

Shades of Cadillac #9D3E5E

Tints of Cadillac #9D3E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.81%

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 50.16%
G = 19.81%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9D3E5E (or 0x9D3E5E) is known color: Cadillac. HEX triplet: 9D, 3E and 5E. RGB value is (157,62,94). Sum of RGB (Red+Green+Blue) = 157+62+94=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3E5E is #62C1A1. Grayscale: #5E5E5E. Windows color (decimal): -6472098 or 6176413. OLE color: 6176413.

HSL color Cylindrical-coordinate representation of color #9D3E5E: hue angle of 339.79º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D3E5E is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 62 94 -
CMYK 0 0.61 0.40 0.38
HSL 339.79º 0.43% 0.43% -
HSV(B) 339.79º 0.61% 0.62% -
XYZ 17.65 11.42 11.86 -
YUV 94.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 157 62 94 0 0.61 0.40 0.38 339.79 0.43 0.43
Hex 9D 3E 5E 0 3D 28 26 154 2B 2B
Octal 235 76 136 0 75 50 46 524 53 53
Binary 10011101 111110 1011110 0 111101 101000 100110 101010100 101011 101011

Color Harmonies of #9D3E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3E5E

Black with #9D3E5E

Text Example


Text Example

White with #9D3E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,62,94); }

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

background-color css

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

 a { background-color: rgb(157,62,94); }

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

border-color css

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

 span { border-color: rgb(157,62,94); }

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