Html Css Color HEX #843142 Camelot

📋 copy color: '#843142'

red 132 ◦ green 49 ◦ blue 66

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

Shades of Camelot #843142

Tints of Camelot #843142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.72%

R = 53.44%
G = 19.84%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#843142 (or 0x843142) is known color: Camelot. HEX triplet: 84, 31 and 42. RGB value is (132,49,66). Sum of RGB (Red+Green+Blue) = 132+49+66=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #843142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843142 is #7BCEBD. Grayscale: #4B4B4B. Windows color (decimal): -8113854 or 4338052. OLE color: 4338052.

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

Color convert

RGB 132 49 66 -
CMYK 0 0.63 0.5 0.48
HSL 347.71º 0.46% 0.35% -
HSV(B) 347.71º 0.63% 0.52% -
XYZ 11.6 7.5 5.99 -
YUV 75.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 132 49 66 0 0.63 0.5 0.48 347.71 0.46 0.35
Hex 84 31 42 0 3F 32 30 15C 2E 23
Octal 204 61 102 0 77 62 60 534 56 43
Binary 10000100 110001 1000010 0 111111 110010 110000 101011100 101110 100011

Color Harmonies of #843142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843142

Black with #843142

Text Example


Text Example

White with #843142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843142; }

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

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

background-color css

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

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

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

border-color css

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

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

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