Html Css Color HEX #93495B Cadillac

📋 copy color: '#93495B'

red 147 ◦ green 73 ◦ blue 91

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

Shades of Cadillac #93495B

Tints of Cadillac #93495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 47.27%
G = 23.47%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#93495B (or 0x93495B) is known color: Cadillac. HEX triplet: 93, 49 and 5B. RGB value is (147,73,91). Sum of RGB (Red+Green+Blue) = 147+73+91=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93495B is #6CB6A4. Grayscale: #616161. Windows color (decimal): -7124645 or 5982611. OLE color: 5982611.

HSL color Cylindrical-coordinate representation of color #93495B: hue angle of 345.41º 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 #93495B is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 73 91 -
CMYK 0 0.50 0.38 0.42
HSL 345.41º 0.34% 0.43% -
HSV(B) 345.41º 0.5% 0.58% -
XYZ 16.3 11.72 11.3 -
YUV 97.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 147 73 91 0 0.50 0.38 0.42 345.41 0.34 0.43
Hex 93 49 5B 0 32 26 2A 159 22 2B
Octal 223 111 133 0 62 46 52 531 42 53
Binary 10010011 1001001 1011011 0 110010 100110 101010 101011001 100010 101011

Color Harmonies of #93495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93495B

Black with #93495B

Text Example


Text Example

White with #93495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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