Html Css Color HEX #853C53 Camelot

📋 copy color: '#853C53'

red 133 ◦ green 60 ◦ blue 83

#853C53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #853C53

Tints of Camelot #853C53

RGB

 RED value IS 133 (52.34% from 255) = 48.19%

 GREEN value IS 60 (23.83% from 255) = 21.74%

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 48.19%
G = 21.74%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#853C53 (or 0x853C53) is known color: Camelot. HEX triplet: 85, 3C and 53. RGB value is (133,60,83). Sum of RGB (Red+Green+Blue) = 133+60+83=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #853C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C53 is #7AC3AC. Grayscale: #545454. Windows color (decimal): -8045485 or 5454981. OLE color: 5454981.

HSL color Cylindrical-coordinate representation of color #853C53: hue angle of 341.1º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C53 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 83 -
CMYK 0 0.55 0.38 0.48
HSL 341.1º 0.38% 0.38% -
HSV(B) 341.1º 0.55% 0.52% -
XYZ 12.85 8.84 9.21 -
YUV 84.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 133 60 83 0 0.55 0.38 0.48 341.1 0.38 0.38
Hex 85 3C 53 0 37 26 30 155 26 26
Octal 205 74 123 0 67 46 60 525 46 46
Binary 10000101 111100 1010011 0 110111 100110 110000 101010101 100110 100110

Color Harmonies of #853C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C53

Black with #853C53

Text Example


Text Example

White with #853C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853C53; }

 p { color: rgb(133,60,83); }

 H1.HeaderClassName
 {
   color: #853C53;
 }
 .AnyTagClassName
 {
   color: #853C53;
 }
</style>

background-color css

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

 a { background-color: rgb(133,60,83); }

 div.DivClassName
 {
   background-color: #853C53;
 }
 .BgClassName
 {
   background-color: #853C53;
 }
</style>

border-color css

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

 span { border-color: rgb(133,60,83); }

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