#84374A

Color #84374A Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #84374A

Tints of Camelot #84374A

Color information

#84374A (or 0x84374A) is unknown color: approx Camelot. HEX triplet: 84, 37 and 4A. RGB value is (132,55,74). Sum of RGB (Red+Green+Blue) = 132+55+74=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84374A is #7BC8B5. Grayscale: #505050. Windows color (decimal): -8112310 or 4863876. OLE color: 4863876.

HSL color Cylindrical-coordinate representation of color #84374A: hue angle of 345.19º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84374A is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1325574-
CMYK00.580.440.48
HSL345.19º41.18%36.67%-
HSV(B)345.19º58.33%51.76%-
XYZ12.128.137.41-
YUV80.19124.51164.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=50.57%
G=21.07%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132557400.580.440.48345.1941.1836.67
Hex84374A03A2C301592925
Octal2046711207254605315145
Binary1000010011011110010100111010101100110000101011001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84374A; }

 p { color: rgb(132,55,74); }

 H1.HeaderClassName
 {
   color: #84374A;
 }
 .AnyTagClassName
 {
   color: #84374A;
 }
</style>
background-color css

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

 a { background-color: rgb(132,55,74); }

 div.DivClassName
 {
   background-color: #84374A;
 }
 .BgClassName
 {
   background-color: #84374A;
 }
</style>
border-color css

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

 span { border-color: rgb(132,55,74); }

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