Html Css Color HEX #893247 Camelot

📋 copy color: '#893247'

red 137 ◦ green 50 ◦ blue 71

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

Shades of Camelot #893247

Tints of Camelot #893247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

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

R = 53.1%
G = 19.38%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#893247 (or 0x893247) is known color: Camelot. HEX triplet: 89, 32 and 47. RGB value is (137,50,71). Sum of RGB (Red+Green+Blue) = 137+50+71=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #893247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893247 is #76CDB8. Grayscale: #4E4E4E. Windows color (decimal): -7785913 or 4665993. OLE color: 4665993.

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

Color convert

RGB 137 50 71 -
CMYK 0 0.64 0.48 0.46
HSL 345.52º 0.47% 0.37% -
HSV(B) 345.52º 0.64% 0.54% -
XYZ 12.59 8.05 6.85 -
YUV 78.41 123.82 169.79 -
System Red Green Blue C M Y K H S L
Decimal 137 50 71 0 0.64 0.48 0.46 345.52 0.47 0.37
Hex 89 32 47 0 40 30 2E 15A 2F 25
Octal 211 62 107 0 100 60 56 532 57 45
Binary 10001001 110010 1000111 0 1000000 110000 101110 101011010 101111 100101

Color Harmonies of #893247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893247

Black with #893247

Text Example


Text Example

White with #893247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893247; }

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

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

background-color css

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

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

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

border-color css

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

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

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