Html Css Color HEX #85364F Camelot

📋 copy color: '#85364F'

red 133 ◦ green 54 ◦ blue 79

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

Shades of Camelot #85364F

Tints of Camelot #85364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.7%

R = 50%
G = 20.3%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85364F (or 0x85364F) is known color: Camelot. HEX triplet: 85, 36 and 4F. RGB value is (133,54,79). Sum of RGB (Red+Green+Blue) = 133+54+79=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85364F is #7AC9B0. Grayscale: #505050. Windows color (decimal): -8047025 or 5191301. OLE color: 5191301.

HSL color Cylindrical-coordinate representation of color #85364F: hue angle of 341.01º 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 #85364F is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 54 79 -
CMYK 0 0.59 0.41 0.48
HSL 341.01º 0.42% 0.37% -
HSV(B) 341.01º 0.59% 0.52% -
XYZ 12.4 8.19 8.32 -
YUV 80.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 133 54 79 0 0.59 0.41 0.48 341.01 0.42 0.37
Hex 85 36 4F 0 3B 29 30 155 2A 25
Octal 205 66 117 0 73 51 60 525 52 45
Binary 10000101 110110 1001111 0 111011 101001 110000 101010101 101010 100101

Color Harmonies of #85364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85364F

Black with #85364F

Text Example


Text Example

White with #85364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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