Html Css Color HEX #893547 Camelot

📋 copy color: '#893547'

red 137 ◦ green 53 ◦ blue 71

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

Shades of Camelot #893547

Tints of Camelot #893547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.31%

 BLUE value IS 71 (28.13% from 255) = 27.2%

R = 52.49%
G = 20.31%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#893547 (or 0x893547) is known color: Camelot. HEX triplet: 89, 35 and 47. RGB value is (137,53,71). Sum of RGB (Red+Green+Blue) = 137+53+71=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #893547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893547 is #76CAB8. Grayscale: #505050. Windows color (decimal): -7785145 or 4666761. OLE color: 4666761.

HSL color Cylindrical-coordinate representation of color #893547: hue angle of 347.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893547 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 53 71 -
CMYK 0 0.61 0.48 0.46
HSL 347.14º 0.44% 0.37% -
HSV(B) 347.14º 0.61% 0.54% -
XYZ 12.73 8.32 6.9 -
YUV 80.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 137 53 71 0 0.61 0.48 0.46 347.14 0.44 0.37
Hex 89 35 47 0 3D 30 2E 15B 2C 25
Octal 211 65 107 0 75 60 56 533 54 45
Binary 10001001 110101 1000111 0 111101 110000 101110 101011011 101100 100101

Color Harmonies of #893547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893547

Black with #893547

Text Example


Text Example

White with #893547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893547; }

 p { color: rgb(137,53,71); }

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

background-color css

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

 a { background-color: rgb(137,53,71); }

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

border-color css

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

 span { border-color: rgb(137,53,71); }

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