Html Css Color HEX #994D5B Cadillac

📋 copy color: '#994D5B'

red 153 ◦ green 77 ◦ blue 91

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

Shades of Cadillac #994D5B

Tints of Cadillac #994D5B

RGB

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

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

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

R = 47.66%
G = 23.99%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#994D5B (or 0x994D5B) is known color: Cadillac. HEX triplet: 99, 4D and 5B. RGB value is (153,77,91). Sum of RGB (Red+Green+Blue) = 153+77+91=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #994D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994D5B is #66B2A4. Grayscale: #656565. Windows color (decimal): -6730405 or 5983641. OLE color: 5983641.

HSL color Cylindrical-coordinate representation of color #994D5B: hue angle of 348.95º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D5B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 77 91 -
CMYK 0 0.50 0.41 0.4
HSL 348.95º 0.33% 0.45% -
HSV(B) 348.95º 0.5% 0.6% -
XYZ 17.68 12.84 11.44 -
YUV 101.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 153 77 91 0 0.50 0.41 0.4 348.95 0.33 0.45
Hex 99 4D 5B 0 32 29 28 15D 21 2D
Octal 231 115 133 0 62 51 50 535 41 55
Binary 10011001 1001101 1011011 0 110010 101001 101000 101011101 100001 101101

Color Harmonies of #994D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D5B

Black with #994D5B

Text Example


Text Example

White with #994D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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