Html Css Color HEX #894358 Cadillac

📋 copy color: '#894358'

red 137 ◦ green 67 ◦ blue 88

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

Shades of Cadillac #894358

Tints of Cadillac #894358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.95%

 BLUE value IS 88 (34.77% from 255) = 30.14%

R = 46.92%
G = 22.95%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#894358 (or 0x894358) is known color: Cadillac. HEX triplet: 89, 43 and 58. RGB value is (137,67,88). Sum of RGB (Red+Green+Blue) = 137+67+88=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #894358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894358 is #76BCA7. Grayscale: #5A5A5A. Windows color (decimal): -7781544 or 5784457. OLE color: 5784457.

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

Color convert

RGB 137 67 88 -
CMYK 0 0.51 0.36 0.46
HSL 342º 0.34% 0.4% -
HSV(B) 342º 0.51% 0.54% -
XYZ 14.09 10.04 10.43 -
YUV 90.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 137 67 88 0 0.51 0.36 0.46 342 0.34 0.4
Hex 89 43 58 0 33 24 2E 156 22 28
Octal 211 103 130 0 63 44 56 526 42 50
Binary 10001001 1000011 1011000 0 110011 100100 101110 101010110 100010 101000

Color Harmonies of #894358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894358

Black with #894358

Text Example


Text Example

White with #894358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894358; }

 p { color: rgb(137,67,88); }

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

background-color css

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

 a { background-color: rgb(137,67,88); }

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

border-color css

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

 span { border-color: rgb(137,67,88); }

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