Html Css Color HEX #85384D Camelot

📋 copy color: '#85384D'

red 133 ◦ green 56 ◦ blue 77

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

Shades of Camelot #85384D

Tints of Camelot #85384D

RGB

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

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

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

R = 50%
G = 21.05%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85384D (or 0x85384D) is known color: Camelot. HEX triplet: 85, 38 and 4D. RGB value is (133,56,77). Sum of RGB (Red+Green+Blue) = 133+56+77=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85384D is #7AC7B2. Grayscale: #515151. Windows color (decimal): -8046515 or 5060741. OLE color: 5060741.

HSL color Cylindrical-coordinate representation of color #85384D: hue angle of 343.64º 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 #85384D is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 77 -
CMYK 0 0.58 0.42 0.48
HSL 343.64º 0.41% 0.37% -
HSV(B) 343.64º 0.58% 0.52% -
XYZ 12.43 8.35 7.98 -
YUV 81.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 133 56 77 0 0.58 0.42 0.48 343.64 0.41 0.37
Hex 85 38 4D 0 3A 2A 30 158 29 25
Octal 205 70 115 0 72 52 60 530 51 45
Binary 10000101 111000 1001101 0 111010 101010 110000 101011000 101001 100101

Color Harmonies of #85384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85384D

Black with #85384D

Text Example


Text Example

White with #85384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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