Html Css Color HEX #893246 Camelot

📋 copy color: '#893246'

red 137 ◦ green 50 ◦ blue 70

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

Shades of Camelot #893246

Tints of Camelot #893246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 53.31%
G = 19.46%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#893246 (or 0x893246) is known color: Camelot. HEX triplet: 89, 32 and 46. RGB value is (137,50,70). Sum of RGB (Red+Green+Blue) = 137+50+70=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #893246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893246 is #76CDB9. Grayscale: #4E4E4E. Windows color (decimal): -7785914 or 4600457. OLE color: 4600457.

HSL color Cylindrical-coordinate representation of color #893246: hue angle of 346.21º 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 #893246 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 50 70 -
CMYK 0 0.64 0.49 0.46
HSL 346.21º 0.47% 0.37% -
HSV(B) 346.21º 0.64% 0.54% -
XYZ 12.56 8.04 6.68 -
YUV 78.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 137 50 70 0 0.64 0.49 0.46 346.21 0.47 0.37
Hex 89 32 46 0 40 31 2E 15A 2F 25
Octal 211 62 106 0 100 61 56 532 57 45
Binary 10001001 110010 1000110 0 1000000 110001 101110 101011010 101111 100101

Color Harmonies of #893246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893246

Black with #893246

Text Example


Text Example

White with #893246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893246; }

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

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

background-color css

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

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

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

border-color css

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

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

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