#84334B

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

Shades of Camelot #84334B

Tints of Camelot #84334B

Color information

#84334B (or 0x84334B) is unknown color: approx Camelot. HEX triplet: 84, 33 and 4B. RGB value is (132,51,75). Sum of RGB (Red+Green+Blue) = 132+51+75=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84334B is #7BCCB4. Grayscale: #4D4D4D. Windows color (decimal): -8113333 or 4928388. OLE color: 4928388.

HSL color Cylindrical-coordinate representation of color #84334B: hue angle of 342.22º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84334B is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1325175-
CMYK00.610.430.48
HSL342.22º44.26%35.88%-
HSV(B)342.22º61.36%51.76%-
XYZ11.977.787.53-
YUV77.96126.34166.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=51.16%
G=19.77%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132517500.610.430.48342.2244.2635.88
Hex84334B03D2B301562c24
Octal2046311307553605265444
Binary1000010011001110010110111101101011110000101010110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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