Html Css Color HEX #894457 Camelot

📋 copy color: '#894457'

red 137 ◦ green 68 ◦ blue 87

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

Shades of Camelot #894457

Tints of Camelot #894457

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

 BLUE value IS 87 (34.38% from 255) = 29.79%

R = 46.92%
G = 23.29%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#894457 (or 0x894457) is known color: Camelot. HEX triplet: 89, 44 and 57. RGB value is (137,68,87). Sum of RGB (Red+Green+Blue) = 137+68+87=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #894457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894457 is #76BBA8. Grayscale: #5A5A5A. Windows color (decimal): -7781289 or 5719177. OLE color: 5719177.

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

Color convert

RGB 137 68 87 -
CMYK 0 0.50 0.36 0.46
HSL 343.48º 0.34% 0.4% -
HSV(B) 343.48º 0.5% 0.54% -
XYZ 14.1 10.14 10.23 -
YUV 90.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 137 68 87 0 0.50 0.36 0.46 343.48 0.34 0.4
Hex 89 44 57 0 32 24 2E 157 22 28
Octal 211 104 127 0 62 44 56 527 42 50
Binary 10001001 1000100 1010111 0 110010 100100 101110 101010111 100010 101000

Color Harmonies of #894457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894457

Black with #894457

Text Example


Text Example

White with #894457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894457; }

 p { color: rgb(137,68,87); }

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

background-color css

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

 a { background-color: rgb(137,68,87); }

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

border-color css

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

 span { border-color: rgb(137,68,87); }

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