#833042

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

Shades of Camelot #833042

Tints of Camelot #833042

Color information

#833042 (or 0x833042) is unknown color: approx Camelot. HEX triplet: 83, 30 and 42. RGB value is (131,48,66). Sum of RGB (Red+Green+Blue) = 131+48+66=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #833042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833042 is #7CCFBD. Grayscale: #4A4A4A. Windows color (decimal): -8179646 or 4337795. OLE color: 4337795.

HSL color Cylindrical-coordinate representation of color #833042: hue angle of 346.99º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833042 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1314866-
CMYK00.630.500.49
HSL346.99º46.37%35.1%-
HSV(B)346.99º63.36%51.37%-
XYZ11.47.335.97-
YUV74.87123168.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=53.47%
G=19.59%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131486600.630.500.49346.9946.3735.1
Hex83304203F323115b2e23
Octal2036010207762615335643
Binary1000001111000010000100111111110010110001101011011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833042; }

 p { color: rgb(131,48,66); }

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

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

 a { background-color: rgb(131,48,66); }

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

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

 span { border-color: rgb(131,48,66); }

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