Html Css Color HEX #994159 Cadillac

📋 copy color: '#994159'

red 153 ◦ green 65 ◦ blue 89

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

Shades of Cadillac #994159

Tints of Cadillac #994159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

 BLUE value IS 89 (35.16% from 255) = 28.99%

R = 49.84%
G = 21.17%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#994159 (or 0x994159) is known color: Cadillac. HEX triplet: 99, 41 and 59. RGB value is (153,65,89). Sum of RGB (Red+Green+Blue) = 153+65+89=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #994159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994159 is #66BEA6. Grayscale: #5E5E5E. Windows color (decimal): -6733479 or 5849497. OLE color: 5849497.

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

Color convert

RGB 153 65 89 -
CMYK 0 0.58 0.42 0.4
HSL 343.64º 0.4% 0.43% -
HSV(B) 343.64º 0.58% 0.6% -
XYZ 16.83 11.27 10.74 -
YUV 94.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 153 65 89 0 0.58 0.42 0.4 343.64 0.4 0.43
Hex 99 41 59 0 3A 2A 28 158 28 2B
Octal 231 101 131 0 72 52 50 530 50 53
Binary 10011001 1000001 1011001 0 111010 101010 101000 101011000 101000 101011

Color Harmonies of #994159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994159

Black with #994159

Text Example


Text Example

White with #994159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994159; }

 p { color: rgb(153,65,89); }

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

background-color css

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

 a { background-color: rgb(153,65,89); }

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

border-color css

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

 span { border-color: rgb(153,65,89); }

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