Html Css Color HEX #893F5B Cadillac

📋 copy color: '#893F5B'

red 137 ◦ green 63 ◦ blue 91

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

Shades of Cadillac #893F5B

Tints of Cadillac #893F5B

RGB

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

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

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

R = 47.08%
G = 21.65%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#893F5B (or 0x893F5B) is known color: Cadillac. HEX triplet: 89, 3F and 5B. RGB value is (137,63,91). Sum of RGB (Red+Green+Blue) = 137+63+91=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #893F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893F5B is #76C0A4. Grayscale: #585858. Windows color (decimal): -7782565 or 5980041. OLE color: 5980041.

HSL color Cylindrical-coordinate representation of color #893F5B: hue angle of 337.3º 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 #893F5B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 63 91 -
CMYK 0 0.54 0.34 0.46
HSL 337.3º 0.37% 0.39% -
HSV(B) 337.3º 0.54% 0.54% -
XYZ 13.98 9.63 11.02 -
YUV 88.32 129.52 162.72 -
System Red Green Blue C M Y K H S L
Decimal 137 63 91 0 0.54 0.34 0.46 337.3 0.37 0.39
Hex 89 3F 5B 0 36 22 2E 151 25 27
Octal 211 77 133 0 66 42 56 521 45 47
Binary 10001001 111111 1011011 0 110110 100010 101110 101010001 100101 100111

Color Harmonies of #893F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F5B

Black with #893F5B

Text Example


Text Example

White with #893F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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