Html Css Color HEX #843C52 Camelot

📋 copy color: '#843C52'

red 132 ◦ green 60 ◦ blue 82

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

Shades of Camelot #843C52

Tints of Camelot #843C52

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.9%

 BLUE value IS 82 (32.42% from 255) = 29.93%

R = 48.18%
G = 21.9%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#843C52 (or 0x843C52) is known color: Camelot. HEX triplet: 84, 3C and 52. RGB value is (132,60,82). Sum of RGB (Red+Green+Blue) = 132+60+82=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #843C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843C52 is #7BC3AD. Grayscale: #545454. Windows color (decimal): -8111022 or 5389444. OLE color: 5389444.

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

Color convert

RGB 132 60 82 -
CMYK 0 0.55 0.38 0.48
HSL 341.67º 0.38% 0.38% -
HSV(B) 341.67º 0.55% 0.52% -
XYZ 12.65 8.75 9 -
YUV 84.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 132 60 82 0 0.55 0.38 0.48 341.67 0.38 0.38
Hex 84 3C 52 0 37 26 30 156 26 26
Octal 204 74 122 0 67 46 60 526 46 46
Binary 10000100 111100 1010010 0 110111 100110 110000 101010110 100110 100110

Color Harmonies of #843C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843C52

Black with #843C52

Text Example


Text Example

White with #843C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,60,82); }

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

background-color css

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

 a { background-color: rgb(132,60,82); }

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

border-color css

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

 span { border-color: rgb(132,60,82); }

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