Html Css Color HEX #893346 Camelot

📋 copy color: '#893346'

red 137 ◦ green 51 ◦ blue 70

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

Shades of Camelot #893346

Tints of Camelot #893346

RGB

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

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

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

R = 53.1%
G = 19.77%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#893346 (or 0x893346) is known color: Camelot. HEX triplet: 89, 33 and 46. RGB value is (137,51,70). Sum of RGB (Red+Green+Blue) = 137+51+70=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #893346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893346 is #76CCB9. Grayscale: #4E4E4E. Windows color (decimal): -7785658 or 4600713. OLE color: 4600713.

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

Color convert

RGB 137 51 70 -
CMYK 0 0.63 0.49 0.46
HSL 346.74º 0.46% 0.37% -
HSV(B) 346.74º 0.63% 0.54% -
XYZ 12.61 8.13 6.7 -
YUV 78.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 137 51 70 0 0.63 0.49 0.46 346.74 0.46 0.37
Hex 89 33 46 0 3F 31 2E 15B 2E 25
Octal 211 63 106 0 77 61 56 533 56 45
Binary 10001001 110011 1000110 0 111111 110001 101110 101011011 101110 100101

Color Harmonies of #893346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893346

Black with #893346

Text Example


Text Example

White with #893346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893346; }

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

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

background-color css

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

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

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

border-color css

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

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

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