#84374B

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

Shades of Camelot #84374B

Tints of Camelot #84374B

Color information

#84374B (or 0x84374B) is unknown color: approx Camelot. HEX triplet: 84, 37 and 4B. RGB value is (132,55,75). Sum of RGB (Red+Green+Blue) = 132+55+75=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84374B is #7BC8B4. Grayscale: #505050. Windows color (decimal): -8112309 or 4929412. OLE color: 4929412.

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

Color convert

RGB1325575-
CMYK00.580.430.48
HSL344.42º41.18%36.67%-
HSV(B)344.42º58.33%51.76%-
XYZ12.158.157.59-
YUV80.3125.01164.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=50.38%
G=20.99%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132557500.580.430.48344.4241.1836.67
Hex84374B03A2B301582925
Octal2046711307253605305145
Binary1000010011011110010110111010101011110000101011000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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