Html Css Color HEX #843D54 Camelot

📋 copy color: '#843D54'

red 132 ◦ green 61 ◦ blue 84

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

Shades of Camelot #843D54

Tints of Camelot #843D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.32%

R = 47.65%
G = 22.02%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#843D54 (or 0x843D54) is known color: Camelot. HEX triplet: 84, 3D and 54. RGB value is (132,61,84). Sum of RGB (Red+Green+Blue) = 132+61+84=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #843D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843D54 is #7BC2AB. Grayscale: #545454. Windows color (decimal): -8110764 or 5520772. OLE color: 5520772.

HSL color Cylindrical-coordinate representation of color #843D54: hue angle of 340.56º 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 #843D54 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 61 84 -
CMYK 0 0.54 0.36 0.48
HSL 340.56º 0.37% 0.38% -
HSV(B) 340.56º 0.54% 0.52% -
XYZ 12.78 8.88 9.43 -
YUV 84.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 132 61 84 0 0.54 0.36 0.48 340.56 0.37 0.38
Hex 84 3D 54 0 36 24 30 155 25 26
Octal 204 75 124 0 66 44 60 525 45 46
Binary 10000100 111101 1010100 0 110110 100100 110000 101010101 100101 100110

Color Harmonies of #843D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843D54

Black with #843D54

Text Example


Text Example

White with #843D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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