Html Css Color HEX #9D3F5D Cadillac

📋 copy color: '#9D3F5D'

red 157 ◦ green 63 ◦ blue 93

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

Shades of Cadillac #9D3F5D

Tints of Cadillac #9D3F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 50.16%
G = 20.13%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D3F5D (or 0x9D3F5D) is known color: Cadillac. HEX triplet: 9D, 3F and 5D. RGB value is (157,63,93). Sum of RGB (Red+Green+Blue) = 157+63+93=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3F5D is #62C0A2. Grayscale: #5E5E5E. Windows color (decimal): -6471843 or 6111133. OLE color: 6111133.

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

Color convert

RGB 157 63 93 -
CMYK 0 0.60 0.41 0.38
HSL 340.85º 0.43% 0.43% -
HSV(B) 340.85º 0.6% 0.62% -
XYZ 17.66 11.51 11.65 -
YUV 94.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 157 63 93 0 0.60 0.41 0.38 340.85 0.43 0.43
Hex 9D 3F 5D 0 3C 29 26 155 2B 2B
Octal 235 77 135 0 74 51 46 525 53 53
Binary 10011101 111111 1011101 0 111100 101001 100110 101010101 101011 101011

Color Harmonies of #9D3F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3F5D

Black with #9D3F5D

Text Example


Text Example

White with #9D3F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,63,93); }

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

background-color css

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

 a { background-color: rgb(157,63,93); }

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

border-color css

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

 span { border-color: rgb(157,63,93); }

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