#833343

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

Shades of Camelot #833343

Tints of Camelot #833343

Color information

#833343 (or 0x833343) is unknown color: approx Camelot. HEX triplet: 83, 33 and 43. RGB value is (131,51,67). Sum of RGB (Red+Green+Blue) = 131+51+67=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #833343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833343 is #7CCCBC. Grayscale: #4C4C4C. Windows color (decimal): -8178877 or 4404099. OLE color: 4404099.

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

Color convert

RGB1315167-
CMYK00.610.490.49
HSL348º43.96%35.69%-
HSV(B)348º61.07%51.37%-
XYZ11.567.66.17-
YUV76.74122.5166.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 67 (26.56% from 255) = 26.91%
R=52.61%
G=20.48%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131516700.610.490.4934843.9635.69
Hex83334303D313115c2c24
Octal2036310307561615345444
Binary1000001111001110000110111101110001110001101011100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833343; }

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

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

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

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

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

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

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

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