Html Css Color HEX #913D5D Cadillac

📋 copy color: '#913D5D'

red 145 ◦ green 61 ◦ blue 93

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

Shades of Cadillac #913D5D

Tints of Cadillac #913D5D

RGB

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

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

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

R = 48.49%
G = 20.4%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#913D5D (or 0x913D5D) is known color: Cadillac. HEX triplet: 91, 3D and 5D. RGB value is (145,61,93). Sum of RGB (Red+Green+Blue) = 145+61+93=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #913D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913D5D is #6EC2A2. Grayscale: #595959. Windows color (decimal): -7258787 or 6110609. OLE color: 6110609.

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

Color convert

RGB 145 61 93 -
CMYK 0 0.58 0.36 0.43
HSL 337.14º 0.41% 0.4% -
HSV(B) 337.14º 0.58% 0.57% -
XYZ 15.32 10.15 11.51 -
YUV 89.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 145 61 93 0 0.58 0.36 0.43 337.14 0.41 0.4
Hex 91 3D 5D 0 3A 24 2B 151 29 28
Octal 221 75 135 0 72 44 53 521 51 50
Binary 10010001 111101 1011101 0 111010 100100 101011 101010001 101001 101000

Color Harmonies of #913D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913D5D

Black with #913D5D

Text Example


Text Example

White with #913D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,61,93); }

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

background-color css

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

 a { background-color: rgb(145,61,93); }

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

border-color css

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

 span { border-color: rgb(145,61,93); }

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