Html Css Color HEX #893147 Camelot

📋 copy color: '#893147'

red 137 ◦ green 49 ◦ blue 71

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

Shades of Camelot #893147

Tints of Camelot #893147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.07%

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

R = 53.31%
G = 19.07%
B = 27.63%

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

#893147 (or 0x893147) is known color: Camelot. HEX triplet: 89, 31 and 47. RGB value is (137,49,71). Sum of RGB (Red+Green+Blue) = 137+49+71=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #893147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893147 is #76CEB8. Grayscale: #4D4D4D. Windows color (decimal): -7786169 or 4665737. OLE color: 4665737.

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

Color convert

RGB 137 49 71 -
CMYK 0 0.64 0.48 0.46
HSL 345º 0.47% 0.36% -
HSV(B) 345º 0.64% 0.54% -
XYZ 12.55 7.97 6.84 -
YUV 77.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 137 49 71 0 0.64 0.48 0.46 345 0.47 0.36
Hex 89 31 47 0 40 30 2E 159 2F 24
Octal 211 61 107 0 100 60 56 531 57 44
Binary 10001001 110001 1000111 0 1000000 110000 101110 101011001 101111 100100

Color Harmonies of #893147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893147

Black with #893147

Text Example


Text Example

White with #893147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893147; }

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

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

background-color css

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

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

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

border-color css

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

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

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