Html Css Color HEX #893D54 Camelot

📋 copy color: '#893D54'

red 137 ◦ green 61 ◦ blue 84

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

Shades of Camelot #893D54

Tints of Camelot #893D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.63%

 BLUE value IS 84 (33.2% from 255) = 29.79%

R = 48.58%
G = 21.63%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#893D54 (or 0x893D54) is known color: Camelot. HEX triplet: 89, 3D and 54. RGB value is (137,61,84). Sum of RGB (Red+Green+Blue) = 137+61+84=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #893D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893D54 is #76C2AB. Grayscale: #565656. Windows color (decimal): -7783084 or 5520777. OLE color: 5520777.

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

Color convert

RGB 137 61 84 -
CMYK 0 0.55 0.39 0.46
HSL 341.84º 0.38% 0.39% -
HSV(B) 341.84º 0.55% 0.54% -
XYZ 13.59 9.3 9.47 -
YUV 86.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 137 61 84 0 0.55 0.39 0.46 341.84 0.38 0.39
Hex 89 3D 54 0 37 27 2E 156 26 27
Octal 211 75 124 0 67 47 56 526 46 47
Binary 10001001 111101 1010100 0 110111 100111 101110 101010110 100110 100111

Color Harmonies of #893D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D54

Black with #893D54

Text Example


Text Example

White with #893D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893D54; }

 p { color: rgb(137,61,84); }

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

background-color css

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

 a { background-color: rgb(137,61,84); }

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

border-color css

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

 span { border-color: rgb(137,61,84); }

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