Html Css Color HEX #853951 Camelot

📋 copy color: '#853951'

red 133 ◦ green 57 ◦ blue 81

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

Shades of Camelot #853951

Tints of Camelot #853951

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.03%

 BLUE value IS 81 (32.03% from 255) = 29.89%

R = 49.08%
G = 21.03%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#853951 (or 0x853951) is known color: Camelot. HEX triplet: 85, 39 and 51. RGB value is (133,57,81). Sum of RGB (Red+Green+Blue) = 133+57+81=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #853951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853951 is #7AC6AE. Grayscale: #525252. Windows color (decimal): -8046255 or 5323141. OLE color: 5323141.

HSL color Cylindrical-coordinate representation of color #853951: hue angle of 341.05º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853951 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 57 81 -
CMYK 0 0.57 0.39 0.48
HSL 341.05º 0.4% 0.37% -
HSV(B) 341.05º 0.57% 0.52% -
XYZ 12.62 8.51 8.76 -
YUV 82.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 133 57 81 0 0.57 0.39 0.48 341.05 0.4 0.37
Hex 85 39 51 0 39 27 30 155 28 25
Octal 205 71 121 0 71 47 60 525 50 45
Binary 10000101 111001 1010001 0 111001 100111 110000 101010101 101000 100101

Color Harmonies of #853951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853951

Black with #853951

Text Example


Text Example

White with #853951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853951; }

 p { color: rgb(133,57,81); }

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

background-color css

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

 a { background-color: rgb(133,57,81); }

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

border-color css

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

 span { border-color: rgb(133,57,81); }

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