Html Css Color HEX #893445 Camelot

📋 copy color: '#893445'

red 137 ◦ green 52 ◦ blue 69

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

Shades of Camelot #893445

Tints of Camelot #893445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.74%

R = 53.1%
G = 20.16%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#893445 (or 0x893445) is known color: Camelot. HEX triplet: 89, 34 and 45. RGB value is (137,52,69). Sum of RGB (Red+Green+Blue) = 137+52+69=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #893445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893445 is #76CBBA. Grayscale: #4F4F4F. Windows color (decimal): -7785403 or 4535433. OLE color: 4535433.

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

Color convert

RGB 137 52 69 -
CMYK 0 0.62 0.50 0.46
HSL 348º 0.45% 0.37% -
HSV(B) 348º 0.62% 0.54% -
XYZ 12.62 8.2 6.55 -
YUV 79.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 137 52 69 0 0.62 0.50 0.46 348 0.45 0.37
Hex 89 34 45 0 3E 32 2E 15C 2D 25
Octal 211 64 105 0 76 62 56 534 55 45
Binary 10001001 110100 1000101 0 111110 110010 101110 101011100 101101 100101

Color Harmonies of #893445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893445

Black with #893445

Text Example


Text Example

White with #893445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893445; }

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

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

background-color css

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

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

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

border-color css

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

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

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