Html Css Color HEX #893549 Camelot

📋 copy color: '#893549'

red 137 ◦ green 53 ◦ blue 73

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

Shades of Camelot #893549

Tints of Camelot #893549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 52.09%
G = 20.15%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#893549 (or 0x893549) is known color: Camelot. HEX triplet: 89, 35 and 49. RGB value is (137,53,73). Sum of RGB (Red+Green+Blue) = 137+53+73=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #893549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893549 is #76CAB6. Grayscale: #505050. Windows color (decimal): -7785143 or 4797833. OLE color: 4797833.

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

Color convert

RGB 137 53 73 -
CMYK 0 0.61 0.47 0.46
HSL 345.71º 0.44% 0.37% -
HSV(B) 345.71º 0.61% 0.54% -
XYZ 12.79 8.35 7.24 -
YUV 80.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 137 53 73 0 0.61 0.47 0.46 345.71 0.44 0.37
Hex 89 35 49 0 3D 2F 2E 15A 2C 25
Octal 211 65 111 0 75 57 56 532 54 45
Binary 10001001 110101 1001001 0 111101 101111 101110 101011010 101100 100101

Color Harmonies of #893549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893549

Black with #893549

Text Example


Text Example

White with #893549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893549; }

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

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

background-color css

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

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

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

border-color css

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

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

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