Html Css Color HEX #893849 Camelot

📋 copy color: '#893849'

red 137 ◦ green 56 ◦ blue 73

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

Shades of Camelot #893849

Tints of Camelot #893849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

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

R = 51.5%
G = 21.05%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#893849 (or 0x893849) is known color: Camelot. HEX triplet: 89, 38 and 49. RGB value is (137,56,73). Sum of RGB (Red+Green+Blue) = 137+56+73=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #893849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893849 is #76C7B6. Grayscale: #525252. Windows color (decimal): -7784375 or 4798601. OLE color: 4798601.

HSL color Cylindrical-coordinate representation of color #893849: hue angle of 347.41º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #893849 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 56 73 -
CMYK 0 0.59 0.47 0.46
HSL 347.41º 0.42% 0.38% -
HSV(B) 347.41º 0.59% 0.54% -
XYZ 12.93 8.63 7.29 -
YUV 82.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 137 56 73 0 0.59 0.47 0.46 347.41 0.42 0.38
Hex 89 38 49 0 3B 2F 2E 15B 2A 26
Octal 211 70 111 0 73 57 56 533 52 46
Binary 10001001 111000 1001001 0 111011 101111 101110 101011011 101010 100110

Color Harmonies of #893849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893849

Black with #893849

Text Example


Text Example

White with #893849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893849; }

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

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

background-color css

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

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

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

border-color css

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

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

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