Html Css Color HEX #843D57 Camelot

📋 copy color: '#843D57'

red 132 ◦ green 61 ◦ blue 87

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

Shades of Camelot #843D57

Tints of Camelot #843D57

RGB

 RED value IS 132 (51.95% from 255) = 47.14%

 GREEN value IS 61 (24.22% from 255) = 21.79%

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 47.14%
G = 21.79%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#843D57 (or 0x843D57) is known color: Camelot. HEX triplet: 84, 3D and 57. RGB value is (132,61,87). Sum of RGB (Red+Green+Blue) = 132+61+87=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #843D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843D57 is #7BC2A8. Grayscale: #555555. Windows color (decimal): -8110761 or 5717380. OLE color: 5717380.

HSL color Cylindrical-coordinate representation of color #843D57: hue angle of 338.03º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #843D57 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 61 87 -
CMYK 0 0.54 0.34 0.48
HSL 338.03º 0.37% 0.38% -
HSV(B) 338.03º 0.54% 0.52% -
XYZ 12.9 8.93 10.06 -
YUV 85.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 132 61 87 0 0.54 0.34 0.48 338.03 0.37 0.38
Hex 84 3D 57 0 36 22 30 152 25 26
Octal 204 75 127 0 66 42 60 522 45 46
Binary 10000100 111101 1010111 0 110110 100010 110000 101010010 100101 100110

Color Harmonies of #843D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843D57

Black with #843D57

Text Example


Text Example

White with #843D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843D57; }

 p { color: rgb(132,61,87); }

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

background-color css

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

 a { background-color: rgb(132,61,87); }

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

border-color css

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

 span { border-color: rgb(132,61,87); }

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