Html Css Color HEX #894555 Camelot

📋 copy color: '#894555'

red 137 ◦ green 69 ◦ blue 85

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

Shades of Camelot #894555

Tints of Camelot #894555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.71%

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 47.08%
G = 23.71%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#894555 (or 0x894555) is known color: Camelot. HEX triplet: 89, 45 and 55. RGB value is (137,69,85). Sum of RGB (Red+Green+Blue) = 137+69+85=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #894555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894555 is #76BAAA. Grayscale: #5B5B5B. Windows color (decimal): -7781035 or 5588361. OLE color: 5588361.

HSL color Cylindrical-coordinate representation of color #894555: hue angle of 345.88º degrees, saturation: 0.33, 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 #894555 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 69 85 -
CMYK 0 0.50 0.38 0.46
HSL 345.88º 0.33% 0.4% -
HSV(B) 345.88º 0.5% 0.54% -
XYZ 14.08 10.23 9.83 -
YUV 91.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 137 69 85 0 0.50 0.38 0.46 345.88 0.33 0.4
Hex 89 45 55 0 32 26 2E 15A 21 28
Octal 211 105 125 0 62 46 56 532 41 50
Binary 10001001 1000101 1010101 0 110010 100110 101110 101011010 100001 101000

Color Harmonies of #894555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894555

Black with #894555

Text Example


Text Example

White with #894555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894555; }

 p { color: rgb(137,69,85); }

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

background-color css

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

 a { background-color: rgb(137,69,85); }

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

border-color css

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

 span { border-color: rgb(137,69,85); }

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