Html Css Color HEX #89415B Cadillac

📋 copy color: '#89415B'

red 137 ◦ green 65 ◦ blue 91

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

Shades of Cadillac #89415B

Tints of Cadillac #89415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.18%

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

R = 46.76%
G = 22.18%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89415B (or 0x89415B) is known color: Cadillac. HEX triplet: 89, 41 and 5B. RGB value is (137,65,91). Sum of RGB (Red+Green+Blue) = 137+65+91=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #89415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89415B is #76BEA4. Grayscale: #595959. Windows color (decimal): -7782053 or 5980553. OLE color: 5980553.

HSL color Cylindrical-coordinate representation of color #89415B: hue angle of 338.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89415B is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 65 91 -
CMYK 0 0.53 0.34 0.46
HSL 338.33º 0.36% 0.4% -
HSV(B) 338.33º 0.53% 0.54% -
XYZ 14.1 9.85 11.06 -
YUV 89.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 137 65 91 0 0.53 0.34 0.46 338.33 0.36 0.4
Hex 89 41 5B 0 35 22 2E 152 24 28
Octal 211 101 133 0 65 42 56 522 44 50
Binary 10001001 1000001 1011011 0 110101 100010 101110 101010010 100100 101000

Color Harmonies of #89415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89415B

Black with #89415B

Text Example


Text Example

White with #89415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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