#84374E

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

Shades of Camelot #84374E

Tints of Camelot #84374E

Color information

#84374E (or 0x84374E) is unknown color: approx Camelot. HEX triplet: 84, 37 and 4E. RGB value is (132,55,78). Sum of RGB (Red+Green+Blue) = 132+55+78=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84374E is #7BC8B1. Grayscale: #505050. Windows color (decimal): -8112306 or 5126020. OLE color: 5126020.

HSL color Cylindrical-coordinate representation of color #84374E: hue angle of 342.08º 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 #84374E is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1325578-
CMYK00.580.410.48
HSL342.08º41.18%36.67%-
HSV(B)342.08º58.33%51.76%-
XYZ12.268.198.14-
YUV80.64126.51164.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=49.81%
G=20.75%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132557800.580.410.48342.0841.1836.67
Hex84374E03A29301562925
Octal2046711607251605265145
Binary1000010011011110011100111010101001110000101010110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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