Html Css Color HEX #893241 Camelot

📋 copy color: '#893241'

red 137 ◦ green 50 ◦ blue 65

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

Shades of Camelot #893241

Tints of Camelot #893241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

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

R = 54.37%
G = 19.84%
B = 25.79%

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

#893241 (or 0x893241) is known color: Camelot. HEX triplet: 89, 32 and 41. RGB value is (137,50,65). Sum of RGB (Red+Green+Blue) = 137+50+65=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #893241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893241 is #76CDBE. Grayscale: #4D4D4D. Windows color (decimal): -7785919 or 4272777. OLE color: 4272777.

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

Color convert

RGB 137 50 65 -
CMYK 0 0.64 0.53 0.46
HSL 349.66º 0.47% 0.37% -
HSV(B) 349.66º 0.64% 0.54% -
XYZ 12.41 7.98 5.89 -
YUV 77.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 137 50 65 0 0.64 0.53 0.46 349.66 0.47 0.37
Hex 89 32 41 0 40 35 2E 15E 2F 25
Octal 211 62 101 0 100 65 56 536 57 45
Binary 10001001 110010 1000001 0 1000000 110101 101110 101011110 101111 100101

Color Harmonies of #893241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893241

Black with #893241

Text Example


Text Example

White with #893241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893241; }

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

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

background-color css

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

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

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

border-color css

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

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

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