#84374D

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

Shades of Camelot #84374D

Tints of Camelot #84374D

Color information

#84374D (or 0x84374D) is unknown color: approx Camelot. HEX triplet: 84, 37 and 4D. RGB value is (132,55,77). Sum of RGB (Red+Green+Blue) = 132+55+77=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84374D is #7BC8B2. Grayscale: #505050. Windows color (decimal): -8112307 or 5060484. OLE color: 5060484.

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

Color convert

RGB1325577-
CMYK00.580.420.48
HSL342.86º41.18%36.67%-
HSV(B)342.86º58.33%51.76%-
XYZ12.228.177.95-
YUV80.53126.01164.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=50%
G=20.83%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132557700.580.420.48342.8641.1836.67
Hex84374D03A2A301572925
Octal2046711507252605275145
Binary1000010011011110011010111010101010110000101010111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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