Html Css Color HEX #894355 Camelot

📋 copy color: '#894355'

red 137 ◦ green 67 ◦ blue 85

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

Shades of Camelot #894355

Tints of Camelot #894355

RGB

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

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

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

R = 47.4%
G = 23.18%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#894355 (or 0x894355) is known color: Camelot. HEX triplet: 89, 43 and 55. RGB value is (137,67,85). Sum of RGB (Red+Green+Blue) = 137+67+85=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #894355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894355 is #76BCAA. Grayscale: #595959. Windows color (decimal): -7781547 or 5587849. OLE color: 5587849.

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

Color convert

RGB 137 67 85 -
CMYK 0 0.51 0.38 0.46
HSL 344.57º 0.34% 0.4% -
HSV(B) 344.57º 0.51% 0.54% -
XYZ 13.96 9.99 9.79 -
YUV 89.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 137 67 85 0 0.51 0.38 0.46 344.57 0.34 0.4
Hex 89 43 55 0 33 26 2E 159 22 28
Octal 211 103 125 0 63 46 56 531 42 50
Binary 10001001 1000011 1010101 0 110011 100110 101110 101011001 100010 101000

Color Harmonies of #894355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894355

Black with #894355

Text Example


Text Example

White with #894355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894355; }

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

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

background-color css

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

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

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

border-color css

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

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

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