Html Css Color HEX #853E54 Camelot

📋 copy color: '#853E54'

red 133 ◦ green 62 ◦ blue 84

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

Shades of Camelot #853E54

Tints of Camelot #853E54

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.22%

 BLUE value IS 84 (33.2% from 255) = 30.11%

R = 47.67%
G = 22.22%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#853E54 (or 0x853E54) is known color: Camelot. HEX triplet: 85, 3E and 54. RGB value is (133,62,84). Sum of RGB (Red+Green+Blue) = 133+62+84=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #853E54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853E54 is #7AC1AB. Grayscale: #555555. Windows color (decimal): -8044972 or 5521029. OLE color: 5521029.

HSL color Cylindrical-coordinate representation of color #853E54: hue angle of 341.41º 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 #853E54 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 62 84 -
CMYK 0 0.53 0.37 0.48
HSL 341.41º 0.36% 0.38% -
HSV(B) 341.41º 0.53% 0.52% -
XYZ 13 9.07 9.45 -
YUV 85.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 133 62 84 0 0.53 0.37 0.48 341.41 0.36 0.38
Hex 85 3E 54 0 35 25 30 155 24 26
Octal 205 76 124 0 65 45 60 525 44 46
Binary 10000101 111110 1010100 0 110101 100101 110000 101010101 100100 100110

Color Harmonies of #853E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E54

Black with #853E54

Text Example


Text Example

White with #853E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,62,84); }

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

background-color css

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

 a { background-color: rgb(133,62,84); }

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

border-color css

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

 span { border-color: rgb(133,62,84); }

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