Html Css Color HEX #85384C Camelot

📋 copy color: '#85384C'

red 133 ◦ green 56 ◦ blue 76

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

Shades of Camelot #85384C

Tints of Camelot #85384C

RGB

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

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

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

R = 50.19%
G = 21.13%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85384C (or 0x85384C) is known color: Camelot. HEX triplet: 85, 38 and 4C. RGB value is (133,56,76). Sum of RGB (Red+Green+Blue) = 133+56+76=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85384C is #7AC7B3. Grayscale: #515151. Windows color (decimal): -8046516 or 4995205. OLE color: 4995205.

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

Color convert

RGB 133 56 76 -
CMYK 0 0.58 0.43 0.48
HSL 344.42º 0.41% 0.37% -
HSV(B) 344.42º 0.58% 0.52% -
XYZ 12.39 8.34 7.79 -
YUV 81.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 133 56 76 0 0.58 0.43 0.48 344.42 0.41 0.37
Hex 85 38 4C 0 3A 2B 30 158 29 25
Octal 205 70 114 0 72 53 60 530 51 45
Binary 10000101 111000 1001100 0 111010 101011 110000 101011000 101001 100101

Color Harmonies of #85384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85384C

Black with #85384C

Text Example


Text Example

White with #85384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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