Html Css Color HEX #893446 Camelot

📋 copy color: '#893446'

red 137 ◦ green 52 ◦ blue 70

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

Shades of Camelot #893446

Tints of Camelot #893446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

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

R = 52.9%
G = 20.08%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#893446 (or 0x893446) is known color: Camelot. HEX triplet: 89, 34 and 46. RGB value is (137,52,70). Sum of RGB (Red+Green+Blue) = 137+52+70=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #893446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893446 is #76CBB9. Grayscale: #4F4F4F. Windows color (decimal): -7785402 or 4600969. OLE color: 4600969.

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

Color convert

RGB 137 52 70 -
CMYK 0 0.62 0.49 0.46
HSL 347.29º 0.45% 0.37% -
HSV(B) 347.29º 0.62% 0.54% -
XYZ 12.65 8.22 6.71 -
YUV 79.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 137 52 70 0 0.62 0.49 0.46 347.29 0.45 0.37
Hex 89 34 46 0 3E 31 2E 15B 2D 25
Octal 211 64 106 0 76 61 56 533 55 45
Binary 10001001 110100 1000110 0 111110 110001 101110 101011011 101101 100101

Color Harmonies of #893446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893446

Black with #893446

Text Example


Text Example

White with #893446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893446; }

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

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

background-color css

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

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

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

border-color css

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

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

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