Html Css Color HEX #994371 Cadillac

📋 copy color: '#994371'

red 153 ◦ green 67 ◦ blue 113

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

Shades of Cadillac #994371

Tints of Cadillac #994371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

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

R = 45.95%
G = 20.12%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#994371 (or 0x994371) is known color: Cadillac. HEX triplet: 99, 43 and 71. RGB value is (153,67,113). Sum of RGB (Red+Green+Blue) = 153+67+113=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #994371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994371 is #66BC8E. Grayscale: #616161. Windows color (decimal): -6732943 or 7422873. OLE color: 7422873.

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

Color convert

RGB 153 67 113 -
CMYK 0 0.56 0.26 0.4
HSL 327.91º 0.39% 0.43% -
HSV(B) 327.91º 0.56% 0.6% -
XYZ 18.12 11.98 16.98 -
YUV 97.96 136.49 167.26 -
System Red Green Blue C M Y K H S L
Decimal 153 67 113 0 0.56 0.26 0.4 327.91 0.39 0.43
Hex 99 43 71 0 38 1A 28 148 27 2B
Octal 231 103 161 0 70 32 50 510 47 53
Binary 10011001 1000011 1110001 0 111000 11010 101000 101001000 100111 101011

Color Harmonies of #994371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994371

Black with #994371

Text Example


Text Example

White with #994371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994371; }

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

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

background-color css

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

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

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

border-color css

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

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

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