Html Css Color HEX #853950 Camelot

📋 copy color: '#853950'

red 133 ◦ green 57 ◦ blue 80

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

Shades of Camelot #853950

Tints of Camelot #853950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.63%

R = 49.26%
G = 21.11%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#853950 (or 0x853950) is known color: Camelot. HEX triplet: 85, 39 and 50. RGB value is (133,57,80). Sum of RGB (Red+Green+Blue) = 133+57+80=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #853950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853950 is #7AC6AF. Grayscale: #525252. Windows color (decimal): -8046256 or 5257605. OLE color: 5257605.

HSL color Cylindrical-coordinate representation of color #853950: hue angle of 341.84º 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 #853950 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 57 80 -
CMYK 0 0.57 0.40 0.48
HSL 341.84º 0.4% 0.37% -
HSV(B) 341.84º 0.57% 0.52% -
XYZ 12.58 8.49 8.57 -
YUV 82.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 133 57 80 0 0.57 0.40 0.48 341.84 0.4 0.37
Hex 85 39 50 0 39 28 30 156 28 25
Octal 205 71 120 0 71 50 60 526 50 45
Binary 10000101 111001 1010000 0 111001 101000 110000 101010110 101000 100101

Color Harmonies of #853950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853950

Black with #853950

Text Example


Text Example

White with #853950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853950; }

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

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

background-color css

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

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

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

border-color css

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

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

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