#833344

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

Shades of Camelot #833344

Tints of Camelot #833344

Color information

#833344 (or 0x833344) is unknown color: approx Camelot. HEX triplet: 83, 33 and 44. RGB value is (131,51,68). Sum of RGB (Red+Green+Blue) = 131+51+68=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #833344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833344 is #7CCCBB. Grayscale: #4C4C4C. Windows color (decimal): -8178876 or 4469635. OLE color: 4469635.

HSL color Cylindrical-coordinate representation of color #833344: hue angle of 347.25º 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 #833344 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB1315168-
CMYK00.610.480.49
HSL347.25º43.96%35.69%-
HSV(B)347.25º61.07%51.37%-
XYZ11.597.616.33-
YUV76.86123166.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.4%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 68 (26.95% from 255) = 27.2%
R=52.4%
G=20.4%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131516800.610.480.49347.2543.9635.69
Hex83334403D303115b2c24
Octal2036310407560615335444
Binary1000001111001110001000111101110000110001101011011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833344; }

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

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

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

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

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

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

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

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