Html Css Color HEX #893F5D Cadillac

📋 copy color: '#893F5D'

red 137 ◦ green 63 ◦ blue 93

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

Shades of Cadillac #893F5D

Tints of Cadillac #893F5D

RGB

 RED value IS 137 (53.91% from 255) = 46.76%

 GREEN value IS 63 (25% from 255) = 21.5%

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

R = 46.76%
G = 21.5%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#893F5D (or 0x893F5D) is known color: Cadillac. HEX triplet: 89, 3F and 5D. RGB value is (137,63,93). Sum of RGB (Red+Green+Blue) = 137+63+93=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #893F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893F5D is #76C0A2. Grayscale: #585858. Windows color (decimal): -7782563 or 6111113. OLE color: 6111113.

HSL color Cylindrical-coordinate representation of color #893F5D: hue angle of 335.68º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #893F5D is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 63 93 -
CMYK 0 0.54 0.32 0.46
HSL 335.68º 0.37% 0.39% -
HSV(B) 335.68º 0.54% 0.54% -
XYZ 14.07 9.66 11.48 -
YUV 88.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 137 63 93 0 0.54 0.32 0.46 335.68 0.37 0.39
Hex 89 3F 5D 0 36 20 2E 150 25 27
Octal 211 77 135 0 66 40 56 520 45 47
Binary 10001001 111111 1011101 0 110110 100000 101110 101010000 100101 100111

Color Harmonies of #893F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F5D

Black with #893F5D

Text Example


Text Example

White with #893F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893F5D; }

 p { color: rgb(137,63,93); }

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

background-color css

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

 a { background-color: rgb(137,63,93); }

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

border-color css

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

 span { border-color: rgb(137,63,93); }

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