Html Css Color HEX #853E52 Camelot

📋 copy color: '#853E52'

red 133 ◦ green 62 ◦ blue 82

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

Shades of Camelot #853E52

Tints of Camelot #853E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 48.01%
G = 22.38%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#853E52 (or 0x853E52) is known color: Camelot. HEX triplet: 85, 3E and 52. RGB value is (133,62,82). Sum of RGB (Red+Green+Blue) = 133+62+82=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #853E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853E52 is #7AC1AD. Grayscale: #555555. Windows color (decimal): -8044974 or 5389957. OLE color: 5389957.

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

Color convert

RGB 133 62 82 -
CMYK 0 0.53 0.38 0.48
HSL 343.1º 0.36% 0.38% -
HSV(B) 343.1º 0.53% 0.52% -
XYZ 12.92 9.04 9.05 -
YUV 85.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 133 62 82 0 0.53 0.38 0.48 343.1 0.36 0.38
Hex 85 3E 52 0 35 26 30 157 24 26
Octal 205 76 122 0 65 46 60 527 44 46
Binary 10000101 111110 1010010 0 110101 100110 110000 101010111 100100 100110

Color Harmonies of #853E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E52

Black with #853E52

Text Example


Text Example

White with #853E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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