Html Css Color HEX #843347 Camelot

📋 copy color: '#843347'

red 132 ◦ green 51 ◦ blue 71

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

Shades of Camelot #843347

Tints of Camelot #843347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.95%

R = 51.97%
G = 20.08%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#843347 (or 0x843347) is known color: Camelot. HEX triplet: 84, 33 and 47. RGB value is (132,51,71). Sum of RGB (Red+Green+Blue) = 132+51+71=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #843347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843347 is #7BCCB8. Grayscale: #4D4D4D. Windows color (decimal): -8113337 or 4666244. OLE color: 4666244.

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

Color convert

RGB 132 51 71 -
CMYK 0 0.61 0.46 0.48
HSL 345.19º 0.44% 0.36% -
HSV(B) 345.19º 0.61% 0.52% -
XYZ 11.84 7.73 6.83 -
YUV 77.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 132 51 71 0 0.61 0.46 0.48 345.19 0.44 0.36
Hex 84 33 47 0 3D 2E 30 159 2C 24
Octal 204 63 107 0 75 56 60 531 54 44
Binary 10000100 110011 1000111 0 111101 101110 110000 101011001 101100 100100

Color Harmonies of #843347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843347

Black with #843347

Text Example


Text Example

White with #843347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843347; }

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

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

background-color css

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

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

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

border-color css

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

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

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