Html Css Color HEX #913C6F Cadillac

📋 copy color: '#913C6F'

red 145 ◦ green 60 ◦ blue 111

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

Shades of Cadillac #913C6F

Tints of Cadillac #913C6F

RGB

 RED value IS 145 (57.03% from 255) = 45.89%

 GREEN value IS 60 (23.83% from 255) = 18.99%

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 45.89%
G = 18.99%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#913C6F (or 0x913C6F) is known color: Cadillac. HEX triplet: 91, 3C and 6F. RGB value is (145,60,111). Sum of RGB (Red+Green+Blue) = 145+60+111=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #913C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913C6F is #6EC390. Grayscale: #5B5B5B. Windows color (decimal): -7259025 or 7290001. OLE color: 7290001.

HSL color Cylindrical-coordinate representation of color #913C6F: hue angle of 324º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #913C6F is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 60 111 -
CMYK 0 0.59 0.23 0.43
HSL 324º 0.41% 0.4% -
HSV(B) 324º 0.59% 0.57% -
XYZ 16.16 10.4 16.19 -
YUV 91.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 145 60 111 0 0.59 0.23 0.43 324 0.41 0.4
Hex 91 3C 6F 0 3B 17 2B 144 29 28
Octal 221 74 157 0 73 27 53 504 51 50
Binary 10010001 111100 1101111 0 111011 10111 101011 101000100 101001 101000

Color Harmonies of #913C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913C6F

Black with #913C6F

Text Example


Text Example

White with #913C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913C6F; }

 p { color: rgb(145,60,111); }

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

background-color css

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

 a { background-color: rgb(145,60,111); }

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

border-color css

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

 span { border-color: rgb(145,60,111); }

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