Html Css Color HEX #974771 Cadillac

📋 copy color: '#974771'

red 151 ◦ green 71 ◦ blue 113

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

Shades of Cadillac #974771

Tints of Cadillac #974771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

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

R = 45.07%
G = 21.19%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#974771 (or 0x974771) is known color: Cadillac. HEX triplet: 97, 47 and 71. RGB value is (151,71,113). Sum of RGB (Red+Green+Blue) = 151+71+113=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #974771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974771 is #68B88E. Grayscale: #636363. Windows color (decimal): -6862991 or 7423895. OLE color: 7423895.

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

Color convert

RGB 151 71 113 -
CMYK 0 0.53 0.25 0.41
HSL 328.5º 0.36% 0.44% -
HSV(B) 328.5º 0.53% 0.59% -
XYZ 18 12.28 17.04 -
YUV 99.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 151 71 113 0 0.53 0.25 0.41 328.5 0.36 0.44
Hex 97 47 71 0 35 19 29 148 24 2C
Octal 227 107 161 0 65 31 51 510 44 54
Binary 10010111 1000111 1110001 0 110101 11001 101001 101001000 100100 101100

Color Harmonies of #974771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974771

Black with #974771

Text Example


Text Example

White with #974771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974771; }

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

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

background-color css

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

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

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

border-color css

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

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

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