Html Css Color HEX #893143 Camelot

📋 copy color: '#893143'

red 137 ◦ green 49 ◦ blue 67

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

Shades of Camelot #893143

Tints of Camelot #893143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.48%

R = 54.15%
G = 19.37%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#893143 (or 0x893143) is known color: Camelot. HEX triplet: 89, 31 and 43. RGB value is (137,49,67). Sum of RGB (Red+Green+Blue) = 137+49+67=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #893143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893143 is #76CEBC. Grayscale: #4D4D4D. Windows color (decimal): -7786173 or 4403593. OLE color: 4403593.

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

Color convert

RGB 137 49 67 -
CMYK 0 0.64 0.51 0.46
HSL 347.73º 0.47% 0.36% -
HSV(B) 347.73º 0.64% 0.54% -
XYZ 12.43 7.92 6.18 -
YUV 77.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 137 49 67 0 0.64 0.51 0.46 347.73 0.47 0.36
Hex 89 31 43 0 40 33 2E 15C 2F 24
Octal 211 61 103 0 100 63 56 534 57 44
Binary 10001001 110001 1000011 0 1000000 110011 101110 101011100 101111 100100

Color Harmonies of #893143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893143

Black with #893143

Text Example


Text Example

White with #893143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893143; }

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

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

background-color css

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

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

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

border-color css

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

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

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