#84374F

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

Shades of Camelot #84374F

Tints of Camelot #84374F

Color information

#84374F (or 0x84374F) is unknown color: approx Camelot. HEX triplet: 84, 37 and 4F. RGB value is (132,55,79). Sum of RGB (Red+Green+Blue) = 132+55+79=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #84374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84374F is #7BC8B0. Grayscale: #505050. Windows color (decimal): -8112305 or 5191556. OLE color: 5191556.

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

Color convert

RGB1325579-
CMYK00.580.400.48
HSL341.3º41.18%36.67%-
HSV(B)341.3º58.33%51.76%-
XYZ12.298.28.33-
YUV80.76127.01164.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 55 (21.88% from 255) = 20.68%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=49.62%
G=20.68%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132557900.580.400.48341.341.1836.67
Hex84374F03A28301552925
Octal2046711707250605255145
Binary1000010011011110011110111010101000110000101010101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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