Html Css Color HEX #843B4D Camelot

📋 copy color: '#843B4D'

red 132 ◦ green 59 ◦ blue 77

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

Shades of Camelot #843B4D

Tints of Camelot #843B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.01%

 BLUE value IS 77 (30.47% from 255) = 28.73%

R = 49.25%
G = 22.01%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#843B4D (or 0x843B4D) is known color: Camelot. HEX triplet: 84, 3B and 4D. RGB value is (132,59,77). Sum of RGB (Red+Green+Blue) = 132+59+77=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #843B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843B4D is #7BC4B2. Grayscale: #525252. Windows color (decimal): -8111283 or 5061508. OLE color: 5061508.

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

Color convert

RGB 132 59 77 -
CMYK 0 0.55 0.42 0.48
HSL 345.21º 0.38% 0.37% -
HSV(B) 345.21º 0.55% 0.52% -
XYZ 12.42 8.57 8.02 -
YUV 82.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 132 59 77 0 0.55 0.42 0.48 345.21 0.38 0.37
Hex 84 3B 4D 0 37 2A 30 159 26 25
Octal 204 73 115 0 67 52 60 531 46 45
Binary 10000100 111011 1001101 0 110111 101010 110000 101011001 100110 100101

Color Harmonies of #843B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843B4D

Black with #843B4D

Text Example


Text Example

White with #843B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,59,77); }

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

background-color css

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

 a { background-color: rgb(132,59,77); }

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

border-color css

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

 span { border-color: rgb(132,59,77); }

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