Html Css Color HEX #89425B Cadillac

📋 copy color: '#89425B'

red 137 ◦ green 66 ◦ blue 91

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

Shades of Cadillac #89425B

Tints of Cadillac #89425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

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

R = 46.6%
G = 22.45%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89425B (or 0x89425B) is known color: Cadillac. HEX triplet: 89, 42 and 5B. RGB value is (137,66,91). Sum of RGB (Red+Green+Blue) = 137+66+91=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #89425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89425B is #76BDA4. Grayscale: #5A5A5A. Windows color (decimal): -7781797 or 5980809. OLE color: 5980809.

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

Color convert

RGB 137 66 91 -
CMYK 0 0.52 0.34 0.46
HSL 338.87º 0.35% 0.4% -
HSV(B) 338.87º 0.52% 0.54% -
XYZ 14.15 9.97 11.08 -
YUV 90.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 137 66 91 0 0.52 0.34 0.46 338.87 0.35 0.4
Hex 89 42 5B 0 34 22 2E 153 23 28
Octal 211 102 133 0 64 42 56 523 43 50
Binary 10001001 1000010 1011011 0 110100 100010 101110 101010011 100011 101000

Color Harmonies of #89425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89425B

Black with #89425B

Text Example


Text Example

White with #89425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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