Html Css Color HEX #85364D Camelot

📋 copy color: '#85364D'

red 133 ◦ green 54 ◦ blue 77

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

Shades of Camelot #85364D

Tints of Camelot #85364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.45%

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

R = 50.38%
G = 20.45%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85364D (or 0x85364D) is known color: Camelot. HEX triplet: 85, 36 and 4D. RGB value is (133,54,77). Sum of RGB (Red+Green+Blue) = 133+54+77=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85364D is #7AC9B2. Grayscale: #505050. Windows color (decimal): -8047027 or 5060229. OLE color: 5060229.

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

Color convert

RGB 133 54 77 -
CMYK 0 0.59 0.42 0.48
HSL 342.53º 0.42% 0.37% -
HSV(B) 342.53º 0.59% 0.52% -
XYZ 12.33 8.16 7.95 -
YUV 80.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 133 54 77 0 0.59 0.42 0.48 342.53 0.42 0.37
Hex 85 36 4D 0 3B 2A 30 157 2A 25
Octal 205 66 115 0 73 52 60 527 52 45
Binary 10000101 110110 1001101 0 111011 101010 110000 101010111 101010 100101

Color Harmonies of #85364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85364D

Black with #85364D

Text Example


Text Example

White with #85364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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