Html Css Color HEX #973A5E Cadillac

📋 copy color: '#973A5E'

red 151 ◦ green 58 ◦ blue 94

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

Shades of Cadillac #973A5E

Tints of Cadillac #973A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.14%

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 49.83%
G = 19.14%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#973A5E (or 0x973A5E) is known color: Cadillac. HEX triplet: 97, 3A and 5E. RGB value is (151,58,94). Sum of RGB (Red+Green+Blue) = 151+58+94=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #973A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973A5E is #68C5A1. Grayscale: #595959. Windows color (decimal): -6866338 or 6175383. OLE color: 6175383.

HSL color Cylindrical-coordinate representation of color #973A5E: hue angle of 336.77º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973A5E is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 58 94 -
CMYK 0 0.62 0.38 0.41
HSL 336.77º 0.44% 0.41% -
HSV(B) 336.77º 0.62% 0.59% -
XYZ 16.3 10.41 11.74 -
YUV 89.91 130.31 171.57 -
System Red Green Blue C M Y K H S L
Decimal 151 58 94 0 0.62 0.38 0.41 336.77 0.44 0.41
Hex 97 3A 5E 0 3E 26 29 151 2C 29
Octal 227 72 136 0 76 46 51 521 54 51
Binary 10010111 111010 1011110 0 111110 100110 101001 101010001 101100 101001

Color Harmonies of #973A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973A5E

Black with #973A5E

Text Example


Text Example

White with #973A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973A5E; }

 p { color: rgb(151,58,94); }

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

background-color css

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

 a { background-color: rgb(151,58,94); }

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

border-color css

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

 span { border-color: rgb(151,58,94); }

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