Html Css Color HEX #893347 Camelot

📋 copy color: '#893347'

red 137 ◦ green 51 ◦ blue 71

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

Shades of Camelot #893347

Tints of Camelot #893347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

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

R = 52.9%
G = 19.69%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#893347 (or 0x893347) is known color: Camelot. HEX triplet: 89, 33 and 47. RGB value is (137,51,71). Sum of RGB (Red+Green+Blue) = 137+51+71=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #893347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893347 is #76CCB8. Grayscale: #4F4F4F. Windows color (decimal): -7785657 or 4666249. OLE color: 4666249.

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

Color convert

RGB 137 51 71 -
CMYK 0 0.63 0.48 0.46
HSL 346.05º 0.46% 0.37% -
HSV(B) 346.05º 0.63% 0.54% -
XYZ 12.64 8.14 6.87 -
YUV 78.99 123.49 169.37 -
System Red Green Blue C M Y K H S L
Decimal 137 51 71 0 0.63 0.48 0.46 346.05 0.46 0.37
Hex 89 33 47 0 3F 30 2E 15A 2E 25
Octal 211 63 107 0 77 60 56 532 56 45
Binary 10001001 110011 1000111 0 111111 110000 101110 101011010 101110 100101

Color Harmonies of #893347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893347

Black with #893347

Text Example


Text Example

White with #893347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893347; }

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

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

background-color css

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

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

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

border-color css

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

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

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