#83434F

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

Shades of Camelot #83434F

Tints of Camelot #83434F

Color information

#83434F (or 0x83434F) is unknown color: approx Camelot. HEX triplet: 83, 43 and 4F. RGB value is (131,67,79). Sum of RGB (Red+Green+Blue) = 131+67+79=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #83434F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83434F is #7CBCB0. Grayscale: #575757. Windows color (decimal): -8174769 or 5194627. OLE color: 5194627.

HSL color Cylindrical-coordinate representation of color #83434F: hue angle of 348.75º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83434F is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1316779-
CMYK00.490.400.49
HSL348.75º32.32%38.82%-
HSV(B)348.75º48.85%51.37%-
XYZ12.789.48.54-
YUV87.5123.2159.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=47.29%
G=24.19%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131677900.490.400.49348.7532.3238.82
Hex83434F031283115d2027
Octal20310311706150615354047
Binary10000011100001110011110110001101000110001101011101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,67,79); }

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

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

 a { background-color: rgb(131,67,79); }

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

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

 span { border-color: rgb(131,67,79); }

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