Html Css Color HEX #843441 Camelot

📋 copy color: '#843441'

red 132 ◦ green 52 ◦ blue 65

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

Shades of Camelot #843441

Tints of Camelot #843441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

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

R = 53.01%
G = 20.88%
B = 26.1%

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

#843441 (or 0x843441) is known color: Camelot. HEX triplet: 84, 34 and 41. RGB value is (132,52,65). Sum of RGB (Red+Green+Blue) = 132+52+65=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #843441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843441 is #7BCBBE. Grayscale: #4D4D4D. Windows color (decimal): -8113087 or 4273284. OLE color: 4273284.

HSL color Cylindrical-coordinate representation of color #843441: hue angle of 350.25º degrees, saturation: 0.43, 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 #843441 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 52 65 -
CMYK 0 0.61 0.51 0.48
HSL 350.25º 0.43% 0.36% -
HSV(B) 350.25º 0.61% 0.52% -
XYZ 11.7 7.74 5.88 -
YUV 77.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 132 52 65 0 0.61 0.51 0.48 350.25 0.43 0.36
Hex 84 34 41 0 3D 33 30 15E 2B 24
Octal 204 64 101 0 75 63 60 536 53 44
Binary 10000100 110100 1000001 0 111101 110011 110000 101011110 101011 100100

Color Harmonies of #843441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843441

Black with #843441

Text Example


Text Example

White with #843441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843441; }

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

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

background-color css

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

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

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

border-color css

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

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

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