Html Css Color HEX #853F56 Camelot

📋 copy color: '#853F56'

red 133 ◦ green 63 ◦ blue 86

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

Shades of Camelot #853F56

Tints of Camelot #853F56

RGB

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

 GREEN value IS 63 (25% from 255) = 22.34%

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 47.16%
G = 22.34%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#853F56 (or 0x853F56) is known color: Camelot. HEX triplet: 85, 3F and 56. RGB value is (133,63,86). Sum of RGB (Red+Green+Blue) = 133+63+86=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #853F56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F56 is #7AC0A9. Grayscale: #565656. Windows color (decimal): -8044714 or 5652357. OLE color: 5652357.

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

Color convert

RGB 133 63 86 -
CMYK 0 0.53 0.35 0.48
HSL 340.29º 0.36% 0.38% -
HSV(B) 340.29º 0.53% 0.52% -
XYZ 13.13 9.21 9.89 -
YUV 86.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 133 63 86 0 0.53 0.35 0.48 340.29 0.36 0.38
Hex 85 3F 56 0 35 23 30 154 24 26
Octal 205 77 126 0 65 43 60 524 44 46
Binary 10000101 111111 1010110 0 110101 100011 110000 101010100 100100 100110

Color Harmonies of #853F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F56

Black with #853F56

Text Example


Text Example

White with #853F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,63,86); }

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

background-color css

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

 a { background-color: rgb(133,63,86); }

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

border-color css

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

 span { border-color: rgb(133,63,86); }

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