Html Css Color HEX #843A54 Camelot

📋 copy color: '#843A54'

red 132 ◦ green 58 ◦ blue 84

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

Shades of Camelot #843A54

Tints of Camelot #843A54

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

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

R = 48.18%
G = 21.17%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#843A54 (or 0x843A54) is known color: Camelot. HEX triplet: 84, 3A and 54. RGB value is (132,58,84). Sum of RGB (Red+Green+Blue) = 132+58+84=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #843A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843A54 is #7BC5AB. Grayscale: #535353. Windows color (decimal): -8111532 or 5520004. OLE color: 5520004.

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

Color convert

RGB 132 58 84 -
CMYK 0 0.56 0.36 0.48
HSL 338.92º 0.39% 0.37% -
HSV(B) 338.92º 0.56% 0.52% -
XYZ 12.63 8.57 9.38 -
YUV 83.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 132 58 84 0 0.56 0.36 0.48 338.92 0.39 0.37
Hex 84 3A 54 0 38 24 30 153 27 25
Octal 204 72 124 0 70 44 60 523 47 45
Binary 10000100 111010 1010100 0 111000 100100 110000 101010011 100111 100101

Color Harmonies of #843A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843A54

Black with #843A54

Text Example


Text Example

White with #843A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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