Html Css Color HEX #843341 Camelot

📋 copy color: '#843341'

red 132 ◦ green 51 ◦ blue 65

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

Shades of Camelot #843341

Tints of Camelot #843341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

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

R = 53.23%
G = 20.56%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#843341 (or 0x843341) is known color: Camelot. HEX triplet: 84, 33 and 41. RGB value is (132,51,65). Sum of RGB (Red+Green+Blue) = 132+51+65=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #843341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843341 is #7BCCBE. Grayscale: #4C4C4C. Windows color (decimal): -8113343 or 4273028. OLE color: 4273028.

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

Color convert

RGB 132 51 65 -
CMYK 0 0.61 0.51 0.48
HSL 349.63º 0.44% 0.36% -
HSV(B) 349.63º 0.61% 0.52% -
XYZ 11.65 7.65 5.86 -
YUV 76.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 132 51 65 0 0.61 0.51 0.48 349.63 0.44 0.36
Hex 84 33 41 0 3D 33 30 15E 2C 24
Octal 204 63 101 0 75 63 60 536 54 44
Binary 10000100 110011 1000001 0 111101 110011 110000 101011110 101100 100100

Color Harmonies of #843341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843341

Black with #843341

Text Example


Text Example

White with #843341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843341; }

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

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

background-color css

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

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

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

border-color css

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

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

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