Html Css Color HEX #994971 Cadillac

📋 copy color: '#994971'

red 153 ◦ green 73 ◦ blue 113

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

Shades of Cadillac #994971

Tints of Cadillac #994971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.33%

R = 45.13%
G = 21.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#994971 (or 0x994971) is known color: Cadillac. HEX triplet: 99, 49 and 71. RGB value is (153,73,113). Sum of RGB (Red+Green+Blue) = 153+73+113=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #994971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994971 is #66B68E. Grayscale: #656565. Windows color (decimal): -6731407 or 7424409. OLE color: 7424409.

HSL color Cylindrical-coordinate representation of color #994971: hue angle of 330º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994971 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 113 -
CMYK 0 0.52 0.26 0.4
HSL 330º 0.35% 0.44% -
HSV(B) 330º 0.52% 0.6% -
XYZ 18.5 12.73 17.1 -
YUV 101.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 153 73 113 0 0.52 0.26 0.4 330 0.35 0.44
Hex 99 49 71 0 34 1A 28 14A 23 2C
Octal 231 111 161 0 64 32 50 512 43 54
Binary 10011001 1001001 1110001 0 110100 11010 101000 101001010 100011 101100

Color Harmonies of #994971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994971

Black with #994971

Text Example


Text Example

White with #994971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994971; }

 p { color: rgb(153,73,113); }

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

background-color css

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

 a { background-color: rgb(153,73,113); }

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

border-color css

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

 span { border-color: rgb(153,73,113); }

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