Html Css Color HEX #973B5E Cadillac

📋 copy color: '#973B5E'

red 151 ◦ green 59 ◦ blue 94

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

Shades of Cadillac #973B5E

Tints of Cadillac #973B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

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

R = 49.67%
G = 19.41%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#973B5E (or 0x973B5E) is known color: Cadillac. HEX triplet: 97, 3B and 5E. RGB value is (151,59,94). Sum of RGB (Red+Green+Blue) = 151+59+94=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #973B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973B5E is #68C4A1. Grayscale: #5A5A5A. Windows color (decimal): -6866082 or 6175639. OLE color: 6175639.

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

Color convert

RGB 151 59 94 -
CMYK 0 0.61 0.38 0.41
HSL 337.17º 0.44% 0.41% -
HSV(B) 337.17º 0.61% 0.59% -
XYZ 16.35 10.52 11.76 -
YUV 90.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 151 59 94 0 0.61 0.38 0.41 337.17 0.44 0.41
Hex 97 3B 5E 0 3D 26 29 151 2C 29
Octal 227 73 136 0 75 46 51 521 54 51
Binary 10010111 111011 1011110 0 111101 100110 101001 101010001 101100 101001

Color Harmonies of #973B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973B5E

Black with #973B5E

Text Example


Text Example

White with #973B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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