Html Css Color HEX #894357 Camelot

📋 copy color: '#894357'

red 137 ◦ green 67 ◦ blue 87

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

Shades of Camelot #894357

Tints of Camelot #894357

RGB

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

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

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

R = 47.08%
G = 23.02%
B = 29.9%

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

#894357 (or 0x894357) is known color: Camelot. HEX triplet: 89, 43 and 57. RGB value is (137,67,87). Sum of RGB (Red+Green+Blue) = 137+67+87=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #894357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894357 is #76BCA8. Grayscale: #5A5A5A. Windows color (decimal): -7781545 or 5718921. OLE color: 5718921.

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

Color convert

RGB 137 67 87 -
CMYK 0 0.51 0.36 0.46
HSL 342.86º 0.34% 0.4% -
HSV(B) 342.86º 0.51% 0.54% -
XYZ 14.04 10.02 10.21 -
YUV 90.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 137 67 87 0 0.51 0.36 0.46 342.86 0.34 0.4
Hex 89 43 57 0 33 24 2E 157 22 28
Octal 211 103 127 0 63 44 56 527 42 50
Binary 10001001 1000011 1010111 0 110011 100100 101110 101010111 100010 101000

Color Harmonies of #894357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894357

Black with #894357

Text Example


Text Example

White with #894357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894357; }

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

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

background-color css

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

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

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

border-color css

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

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

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