Html Css Color HEX #893C54 Camelot

📋 copy color: '#893C54'

red 137 ◦ green 60 ◦ blue 84

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

Shades of Camelot #893C54

Tints of Camelot #893C54

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.35%

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

R = 48.75%
G = 21.35%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#893C54 (or 0x893C54) is known color: Camelot. HEX triplet: 89, 3C and 54. RGB value is (137,60,84). Sum of RGB (Red+Green+Blue) = 137+60+84=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #893C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C54 is #76C3AB. Grayscale: #555555. Windows color (decimal): -7783340 or 5520521. OLE color: 5520521.

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

Color convert

RGB 137 60 84 -
CMYK 0 0.56 0.39 0.46
HSL 341.3º 0.39% 0.39% -
HSV(B) 341.3º 0.56% 0.54% -
XYZ 13.53 9.19 9.45 -
YUV 85.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 137 60 84 0 0.56 0.39 0.46 341.3 0.39 0.39
Hex 89 3C 54 0 38 27 2E 155 27 27
Octal 211 74 124 0 70 47 56 525 47 47
Binary 10001001 111100 1010100 0 111000 100111 101110 101010101 100111 100111

Color Harmonies of #893C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C54

Black with #893C54

Text Example


Text Example

White with #893C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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