Html Css Color HEX #85384F Camelot

📋 copy color: '#85384F'

red 133 ◦ green 56 ◦ blue 79

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

Shades of Camelot #85384F

Tints of Camelot #85384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.9%

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

R = 49.63%
G = 20.9%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85384F (or 0x85384F) is known color: Camelot. HEX triplet: 85, 38 and 4F. RGB value is (133,56,79). Sum of RGB (Red+Green+Blue) = 133+56+79=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #85384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85384F is #7AC7B0. Grayscale: #515151. Windows color (decimal): -8046513 or 5191813. OLE color: 5191813.

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

Color convert

RGB 133 56 79 -
CMYK 0 0.58 0.41 0.48
HSL 342.08º 0.41% 0.37% -
HSV(B) 342.08º 0.58% 0.52% -
XYZ 12.5 8.38 8.36 -
YUV 81.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 133 56 79 0 0.58 0.41 0.48 342.08 0.41 0.37
Hex 85 38 4F 0 3A 29 30 156 29 25
Octal 205 70 117 0 72 51 60 526 51 45
Binary 10000101 111000 1001111 0 111010 101001 110000 101010110 101001 100101

Color Harmonies of #85384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85384F

Black with #85384F

Text Example


Text Example

White with #85384F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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