Html Css Color HEX #974159 Cadillac

📋 copy color: '#974159'

red 151 ◦ green 65 ◦ blue 89

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

Shades of Cadillac #974159

Tints of Cadillac #974159

RGB

 RED value IS 151 (59.38% from 255) = 49.51%

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

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

R = 49.51%
G = 21.31%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#974159 (or 0x974159) is known color: Cadillac. HEX triplet: 97, 41 and 59. RGB value is (151,65,89). Sum of RGB (Red+Green+Blue) = 151+65+89=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #974159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974159 is #68BEA6. Grayscale: #5D5D5D. Windows color (decimal): -6864551 or 5849495. OLE color: 5849495.

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

Color convert

RGB 151 65 89 -
CMYK 0 0.57 0.41 0.41
HSL 343.26º 0.4% 0.42% -
HSV(B) 343.26º 0.57% 0.59% -
XYZ 16.46 11.08 10.72 -
YUV 93.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 151 65 89 0 0.57 0.41 0.41 343.26 0.4 0.42
Hex 97 41 59 0 39 29 29 157 28 2A
Octal 227 101 131 0 71 51 51 527 50 52
Binary 10010111 1000001 1011001 0 111001 101001 101001 101010111 101000 101010

Color Harmonies of #974159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974159

Black with #974159

Text Example


Text Example

White with #974159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974159; }

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

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

background-color css

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

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

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

border-color css

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

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

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