Html Css Color HEX #843949 Camelot

📋 copy color: '#843949'

red 132 ◦ green 57 ◦ blue 73

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

Shades of Camelot #843949

Tints of Camelot #843949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.76%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 50.38%
G = 21.76%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#843949 (or 0x843949) is known color: Camelot. HEX triplet: 84, 39 and 49. RGB value is (132,57,73). Sum of RGB (Red+Green+Blue) = 132+57+73=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #843949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843949 is #7BC6B6. Grayscale: #515151. Windows color (decimal): -8111799 or 4798852. OLE color: 4798852.

HSL color Cylindrical-coordinate representation of color #843949: hue angle of 347.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #843949 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 57 73 -
CMYK 0 0.57 0.45 0.48
HSL 347.2º 0.4% 0.37% -
HSV(B) 347.2º 0.57% 0.52% -
XYZ 12.18 8.31 7.27 -
YUV 81.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 132 57 73 0 0.57 0.45 0.48 347.2 0.4 0.37
Hex 84 39 49 0 39 2D 30 15B 28 25
Octal 204 71 111 0 71 55 60 533 50 45
Binary 10000100 111001 1001001 0 111001 101101 110000 101011011 101000 100101

Color Harmonies of #843949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843949

Black with #843949

Text Example


Text Example

White with #843949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843949; }

 p { color: rgb(132,57,73); }

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

background-color css

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

 a { background-color: rgb(132,57,73); }

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

border-color css

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

 span { border-color: rgb(132,57,73); }

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