Html Css Color HEX #853B4D Camelot

📋 copy color: '#853B4D'

red 133 ◦ green 59 ◦ blue 77

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

Shades of Camelot #853B4D

Tints of Camelot #853B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.93%

 BLUE value IS 77 (30.47% from 255) = 28.62%

R = 49.44%
G = 21.93%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#853B4D (or 0x853B4D) is known color: Camelot. HEX triplet: 85, 3B and 4D. RGB value is (133,59,77). Sum of RGB (Red+Green+Blue) = 133+59+77=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #853B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B4D is #7AC4B2. Grayscale: #535353. Windows color (decimal): -8045747 or 5061509. OLE color: 5061509.

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

Color convert

RGB 133 59 77 -
CMYK 0 0.56 0.42 0.48
HSL 345.41º 0.39% 0.38% -
HSV(B) 345.41º 0.56% 0.52% -
XYZ 12.58 8.65 8.03 -
YUV 83.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 133 59 77 0 0.56 0.42 0.48 345.41 0.39 0.38
Hex 85 3B 4D 0 38 2A 30 159 27 26
Octal 205 73 115 0 70 52 60 531 47 46
Binary 10000101 111011 1001101 0 111000 101010 110000 101011001 100111 100110

Color Harmonies of #853B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B4D

Black with #853B4D

Text Example


Text Example

White with #853B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,59,77); }

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

background-color css

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

 a { background-color: rgb(133,59,77); }

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

border-color css

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

 span { border-color: rgb(133,59,77); }

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