Html Css Color HEX #893141 Camelot

📋 copy color: '#893141'

red 137 ◦ green 49 ◦ blue 65

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

Shades of Camelot #893141

Tints of Camelot #893141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.9%

R = 54.58%
G = 19.52%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#893141 (or 0x893141) is known color: Camelot. HEX triplet: 89, 31 and 41. RGB value is (137,49,65). Sum of RGB (Red+Green+Blue) = 137+49+65=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #893141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893141 is #76CEBE. Grayscale: #4D4D4D. Windows color (decimal): -7786175 or 4272521. OLE color: 4272521.

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

Color convert

RGB 137 49 65 -
CMYK 0 0.64 0.53 0.46
HSL 349.09º 0.47% 0.36% -
HSV(B) 349.09º 0.64% 0.54% -
XYZ 12.37 7.9 5.87 -
YUV 77.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 137 49 65 0 0.64 0.53 0.46 349.09 0.47 0.36
Hex 89 31 41 0 40 35 2E 15D 2F 24
Octal 211 61 101 0 100 65 56 535 57 44
Binary 10001001 110001 1000001 0 1000000 110101 101110 101011101 101111 100100

Color Harmonies of #893141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893141

Black with #893141

Text Example


Text Example

White with #893141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893141; }

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

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

background-color css

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

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

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

border-color css

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

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

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