Html Css Color HEX #843541 Camelot

📋 copy color: '#843541'

red 132 ◦ green 53 ◦ blue 65

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

Shades of Camelot #843541

Tints of Camelot #843541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.2%

 BLUE value IS 65 (25.78% from 255) = 26%

R = 52.8%
G = 21.2%
B = 26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#843541 (or 0x843541) is known color: Camelot. HEX triplet: 84, 35 and 41. RGB value is (132,53,65). Sum of RGB (Red+Green+Blue) = 132+53+65=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #843541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843541 is #7BCABE. Grayscale: #4E4E4E. Windows color (decimal): -8112831 or 4273540. OLE color: 4273540.

HSL color Cylindrical-coordinate representation of color #843541: hue angle of 350.89º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #843541 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 53 65 -
CMYK 0 0.60 0.51 0.48
HSL 350.89º 0.43% 0.36% -
HSV(B) 350.89º 0.6% 0.52% -
XYZ 11.74 7.83 5.89 -
YUV 77.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 132 53 65 0 0.60 0.51 0.48 350.89 0.43 0.36
Hex 84 35 41 0 3C 33 30 15F 2B 24
Octal 204 65 101 0 74 63 60 537 53 44
Binary 10000100 110101 1000001 0 111100 110011 110000 101011111 101011 100100

Color Harmonies of #843541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843541

Black with #843541

Text Example


Text Example

White with #843541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843541; }

 p { color: rgb(132,53,65); }

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

background-color css

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

 a { background-color: rgb(132,53,65); }

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

border-color css

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

 span { border-color: rgb(132,53,65); }

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