Html Css Color HEX #843449 Camelot

📋 copy color: '#843449'

red 132 ◦ green 52 ◦ blue 73

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

Shades of Camelot #843449

Tints of Camelot #843449

RGB

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

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

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

R = 51.36%
G = 20.23%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#843449 (or 0x843449) is known color: Camelot. HEX triplet: 84, 34 and 49. RGB value is (132,52,73). Sum of RGB (Red+Green+Blue) = 132+52+73=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #843449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843449 is #7BCBB6. Grayscale: #4E4E4E. Windows color (decimal): -8113079 or 4797572. OLE color: 4797572.

HSL color Cylindrical-coordinate representation of color #843449: hue angle of 344.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 #843449 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 52 73 -
CMYK 0 0.61 0.45 0.48
HSL 344.25º 0.43% 0.36% -
HSV(B) 344.25º 0.61% 0.52% -
XYZ 11.95 7.84 7.19 -
YUV 78.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 132 52 73 0 0.61 0.45 0.48 344.25 0.43 0.36
Hex 84 34 49 0 3D 2D 30 158 2B 24
Octal 204 64 111 0 75 55 60 530 53 44
Binary 10000100 110100 1001001 0 111101 101101 110000 101011000 101011 100100

Color Harmonies of #843449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843449

Black with #843449

Text Example


Text Example

White with #843449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843449; }

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

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

background-color css

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

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

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

border-color css

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

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

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