Html Css Color HEX #843C4F Camelot

📋 copy color: '#843C4F'

red 132 ◦ green 60 ◦ blue 79

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

Shades of Camelot #843C4F

Tints of Camelot #843C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.15%

R = 48.71%
G = 22.14%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#843C4F (or 0x843C4F) is known color: Camelot. HEX triplet: 84, 3C and 4F. RGB value is (132,60,79). Sum of RGB (Red+Green+Blue) = 132+60+79=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #843C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843C4F is #7BC3B0. Grayscale: #535353. Windows color (decimal): -8111025 or 5192836. OLE color: 5192836.

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

Color convert

RGB 132 60 79 -
CMYK 0 0.55 0.40 0.48
HSL 344.17º 0.38% 0.38% -
HSV(B) 344.17º 0.55% 0.52% -
XYZ 12.54 8.7 8.42 -
YUV 83.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 132 60 79 0 0.55 0.40 0.48 344.17 0.38 0.38
Hex 84 3C 4F 0 37 28 30 158 26 26
Octal 204 74 117 0 67 50 60 530 46 46
Binary 10000100 111100 1001111 0 110111 101000 110000 101011000 100110 100110

Color Harmonies of #843C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843C4F

Black with #843C4F

Text Example


Text Example

White with #843C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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