#852E44

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

Shades of Camelot #852E44

Tints of Camelot #852E44

Color information

#852E44 (or 0x852E44) is unknown color: approx Camelot. HEX triplet: 85, 2E and 44. RGB value is (133,46,68). Sum of RGB (Red+Green+Blue) = 133+46+68=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #852E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E44 is #7AD1BB. Grayscale: #4A4A4A. Windows color (decimal): -8049084 or 4468357. OLE color: 4468357.

HSL color Cylindrical-coordinate representation of color #852E44: hue angle of 344.83º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852E44 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB1334668-
CMYK00.650.490.48
HSL344.83º48.6%35.1%-
HSV(B)344.83º65.41%52.16%-
XYZ11.697.366.27-
YUV74.52124.32169.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 68 (26.95% from 255) = 27.53%
R=53.85%
G=18.62%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133466800.650.490.48344.8348.635.1
Hex852E4404131301593123
Octal20556104010161605316143
Binary10000101101110100010001000001110001110000101011001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852E44; }

 p { color: rgb(133,46,68); }

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

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

 a { background-color: rgb(133,46,68); }

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

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

 span { border-color: rgb(133,46,68); }

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