Html Css Color HEX #85364C Camelot

📋 copy color: '#85364C'

red 133 ◦ green 54 ◦ blue 76

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

Shades of Camelot #85364C

Tints of Camelot #85364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 50.57%
G = 20.53%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85364C (or 0x85364C) is known color: Camelot. HEX triplet: 85, 36 and 4C. RGB value is (133,54,76). Sum of RGB (Red+Green+Blue) = 133+54+76=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85364C is #7AC9B3. Grayscale: #505050. Windows color (decimal): -8047028 or 4994693. OLE color: 4994693.

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

Color convert

RGB 133 54 76 -
CMYK 0 0.59 0.43 0.48
HSL 343.29º 0.42% 0.37% -
HSV(B) 343.29º 0.59% 0.52% -
XYZ 12.3 8.15 7.76 -
YUV 80.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 133 54 76 0 0.59 0.43 0.48 343.29 0.42 0.37
Hex 85 36 4C 0 3B 2B 30 157 2A 25
Octal 205 66 114 0 73 53 60 527 52 45
Binary 10000101 110110 1001100 0 111011 101011 110000 101010111 101010 100101

Color Harmonies of #85364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85364C

Black with #85364C

Text Example


Text Example

White with #85364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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