Html Css Color HEX #93495D Cadillac

📋 copy color: '#93495D'

red 147 ◦ green 73 ◦ blue 93

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

Shades of Cadillac #93495D

Tints of Cadillac #93495D

RGB

 RED value IS 147 (57.81% from 255) = 46.96%

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

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

R = 46.96%
G = 23.32%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93495D (or 0x93495D) is known color: Cadillac. HEX triplet: 93, 49 and 5D. RGB value is (147,73,93). Sum of RGB (Red+Green+Blue) = 147+73+93=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93495D is #6CB6A2. Grayscale: #616161. Windows color (decimal): -7124643 or 6113683. OLE color: 6113683.

HSL color Cylindrical-coordinate representation of color #93495D: hue angle of 343.78º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93495D is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 73 93 -
CMYK 0 0.50 0.37 0.42
HSL 343.78º 0.34% 0.43% -
HSV(B) 343.78º 0.5% 0.58% -
XYZ 16.39 11.76 11.76 -
YUV 97.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 147 73 93 0 0.50 0.37 0.42 343.78 0.34 0.43
Hex 93 49 5D 0 32 25 2A 158 22 2B
Octal 223 111 135 0 62 45 52 530 42 53
Binary 10010011 1001001 1011101 0 110010 100101 101010 101011000 100010 101011

Color Harmonies of #93495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93495D

Black with #93495D

Text Example


Text Example

White with #93495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93495D; }

 p { color: rgb(147,73,93); }

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

background-color css

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

 a { background-color: rgb(147,73,93); }

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

border-color css

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

 span { border-color: rgb(147,73,93); }

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