Html Css Color HEX #974D5D Cadillac

📋 copy color: '#974D5D'

red 151 ◦ green 77 ◦ blue 93

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

Shades of Cadillac #974D5D

Tints of Cadillac #974D5D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.99%

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 47.04%
G = 23.99%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#974D5D (or 0x974D5D) is known color: Cadillac. HEX triplet: 97, 4D and 5D. RGB value is (151,77,93). Sum of RGB (Red+Green+Blue) = 151+77+93=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #974D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974D5D is #68B2A2. Grayscale: #646464. Windows color (decimal): -6861475 or 6114711. OLE color: 6114711.

HSL color Cylindrical-coordinate representation of color #974D5D: hue angle of 347.03º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #974D5D is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 77 93 -
CMYK 0 0.49 0.38 0.41
HSL 347.03º 0.32% 0.45% -
HSV(B) 347.03º 0.49% 0.59% -
XYZ 17.39 12.68 11.89 -
YUV 100.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 151 77 93 0 0.49 0.38 0.41 347.03 0.32 0.45
Hex 97 4D 5D 0 31 26 29 15B 20 2D
Octal 227 115 135 0 61 46 51 533 40 55
Binary 10010111 1001101 1011101 0 110001 100110 101001 101011011 100000 101101

Color Harmonies of #974D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974D5D

Black with #974D5D

Text Example


Text Example

White with #974D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974D5D; }

 p { color: rgb(151,77,93); }

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

background-color css

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

 a { background-color: rgb(151,77,93); }

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

border-color css

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

 span { border-color: rgb(151,77,93); }

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