Html Css Color HEX #85354D Camelot

📋 copy color: '#85354D'

red 133 ◦ green 53 ◦ blue 77

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

Shades of Camelot #85354D

Tints of Camelot #85354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.15%

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

R = 50.57%
G = 20.15%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85354D (or 0x85354D) is known color: Camelot. HEX triplet: 85, 35 and 4D. RGB value is (133,53,77). Sum of RGB (Red+Green+Blue) = 133+53+77=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85354D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85354D is #7ACAB2. Grayscale: #4F4F4F. Windows color (decimal): -8047283 or 5059973. OLE color: 5059973.

HSL color Cylindrical-coordinate representation of color #85354D: hue angle of 342º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85354D is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 77 -
CMYK 0 0.60 0.42 0.48
HSL 342º 0.43% 0.36% -
HSV(B) 342º 0.6% 0.52% -
XYZ 12.29 8.07 7.93 -
YUV 79.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 133 53 77 0 0.60 0.42 0.48 342 0.43 0.36
Hex 85 35 4D 0 3C 2A 30 156 2B 24
Octal 205 65 115 0 74 52 60 526 53 44
Binary 10000101 110101 1001101 0 111100 101010 110000 101010110 101011 100100

Color Harmonies of #85354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85354D

Black with #85354D

Text Example


Text Example

White with #85354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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