Html Css Color HEX #993D5B Cadillac

📋 copy color: '#993D5B'

red 153 ◦ green 61 ◦ blue 91

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

Shades of Cadillac #993D5B

Tints of Cadillac #993D5B

RGB

 RED value IS 153 (60.16% from 255) = 50.16%

 GREEN value IS 61 (24.22% from 255) = 20%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 50.16%
G = 20%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#993D5B (or 0x993D5B) is known color: Cadillac. HEX triplet: 99, 3D and 5B. RGB value is (153,61,91). Sum of RGB (Red+Green+Blue) = 153+61+91=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #993D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993D5B is #66C2A4. Grayscale: #5B5B5B. Windows color (decimal): -6734501 or 5979545. OLE color: 5979545.

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

Color convert

RGB 153 61 91 -
CMYK 0 0.60 0.41 0.4
HSL 340.43º 0.43% 0.42% -
HSV(B) 340.43º 0.6% 0.6% -
XYZ 16.69 10.87 11.11 -
YUV 91.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 153 61 91 0 0.60 0.41 0.4 340.43 0.43 0.42
Hex 99 3D 5B 0 3C 29 28 154 2B 2A
Octal 231 75 133 0 74 51 50 524 53 52
Binary 10011001 111101 1011011 0 111100 101001 101000 101010100 101011 101010

Color Harmonies of #993D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993D5B

Black with #993D5B

Text Example


Text Example

White with #993D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993D5B; }

 p { color: rgb(153,61,91); }

 H1.HeaderClassName
 {
   color: #993D5B;
 }
 .AnyTagClassName
 {
   color: #993D5B;
 }
</style>

background-color css

<style>
 a { background-color: #993D5B; }

 a { background-color: rgb(153,61,91); }

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

border-color css

<style>
 span { border-color: #993D5B; }

 span { border-color: rgb(153,61,91); }

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