Html Css Color HEX #973D5A Cadillac

📋 copy color: '#973D5A'

red 151 ◦ green 61 ◦ blue 90

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

Shades of Cadillac #973D5A

Tints of Cadillac #973D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.2%

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 50%
G = 20.2%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#973D5A (or 0x973D5A) is known color: Cadillac. HEX triplet: 97, 3D and 5A. RGB value is (151,61,90). Sum of RGB (Red+Green+Blue) = 151+61+90=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #973D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973D5A is #68C2A5. Grayscale: #5B5B5B. Windows color (decimal): -6865574 or 5914007. OLE color: 5914007.

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

Color convert

RGB 151 61 90 -
CMYK 0 0.60 0.40 0.41
HSL 340.67º 0.42% 0.42% -
HSV(B) 340.67º 0.6% 0.59% -
XYZ 16.28 10.65 10.87 -
YUV 91.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 151 61 90 0 0.60 0.40 0.41 340.67 0.42 0.42
Hex 97 3D 5A 0 3C 28 29 155 2A 2A
Octal 227 75 132 0 74 50 51 525 52 52
Binary 10010111 111101 1011010 0 111100 101000 101001 101010101 101010 101010

Color Harmonies of #973D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973D5A

Black with #973D5A

Text Example


Text Example

White with #973D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,61,90); }

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

background-color css

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

 a { background-color: rgb(151,61,90); }

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

border-color css

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

 span { border-color: rgb(151,61,90); }

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