Html Css Color HEX #974971 Cadillac

📋 copy color: '#974971'

red 151 ◦ green 73 ◦ blue 113

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

Shades of Cadillac #974971

Tints of Cadillac #974971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 44.81%
G = 21.66%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#974971 (or 0x974971) is known color: Cadillac. HEX triplet: 97, 49 and 71. RGB value is (151,73,113). Sum of RGB (Red+Green+Blue) = 151+73+113=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #974971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974971 is #68B68E. Grayscale: #646464. Windows color (decimal): -6862479 or 7424407. OLE color: 7424407.

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

Color convert

RGB 151 73 113 -
CMYK 0 0.52 0.25 0.41
HSL 329.23º 0.35% 0.44% -
HSV(B) 329.23º 0.52% 0.59% -
XYZ 18.13 12.54 17.09 -
YUV 100.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 151 73 113 0 0.52 0.25 0.41 329.23 0.35 0.44
Hex 97 49 71 0 34 19 29 149 23 2C
Octal 227 111 161 0 64 31 51 511 43 54
Binary 10010111 1001001 1110001 0 110100 11001 101001 101001001 100011 101100

Color Harmonies of #974971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974971

Black with #974971

Text Example


Text Example

White with #974971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974971; }

 p { color: rgb(151,73,113); }

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

background-color css

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

 a { background-color: rgb(151,73,113); }

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

border-color css

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

 span { border-color: rgb(151,73,113); }

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