Html Css Color HEX #843143 Camelot

📋 copy color: '#843143'

red 132 ◦ green 49 ◦ blue 67

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

Shades of Camelot #843143

Tints of Camelot #843143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.76%

 BLUE value IS 67 (26.56% from 255) = 27.02%

R = 53.23%
G = 19.76%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#843143 (or 0x843143) is known color: Camelot. HEX triplet: 84, 31 and 43. RGB value is (132,49,67). Sum of RGB (Red+Green+Blue) = 132+49+67=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #843143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843143 is #7BCEBC. Grayscale: #4B4B4B. Windows color (decimal): -8113853 or 4403588. OLE color: 4403588.

HSL color Cylindrical-coordinate representation of color #843143: hue angle of 346.99º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #843143 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 49 67 -
CMYK 0 0.63 0.49 0.48
HSL 346.99º 0.46% 0.35% -
HSV(B) 346.99º 0.63% 0.52% -
XYZ 11.63 7.51 6.15 -
YUV 75.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 132 49 67 0 0.63 0.49 0.48 346.99 0.46 0.35
Hex 84 31 43 0 3F 31 30 15B 2E 23
Octal 204 61 103 0 77 61 60 533 56 43
Binary 10000100 110001 1000011 0 111111 110001 110000 101011011 101110 100011

Color Harmonies of #843143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843143

Black with #843143

Text Example


Text Example

White with #843143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843143; }

 p { color: rgb(132,49,67); }

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

background-color css

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

 a { background-color: rgb(132,49,67); }

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

border-color css

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

 span { border-color: rgb(132,49,67); }

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