Html Css Color HEX #85384A Camelot

📋 copy color: '#85384A'

red 133 ◦ green 56 ◦ blue 74

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

Shades of Camelot #85384A

Tints of Camelot #85384A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.14%

R = 50.57%
G = 21.29%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85384A (or 0x85384A) is known color: Camelot. HEX triplet: 85, 38 and 4A. RGB value is (133,56,74). Sum of RGB (Red+Green+Blue) = 133+56+74=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85384A is #7AC7B5. Grayscale: #515151. Windows color (decimal): -8046518 or 4864133. OLE color: 4864133.

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

Color convert

RGB 133 56 74 -
CMYK 0 0.58 0.44 0.48
HSL 345.97º 0.41% 0.37% -
HSV(B) 345.97º 0.58% 0.52% -
XYZ 12.32 8.31 7.43 -
YUV 81.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 133 56 74 0 0.58 0.44 0.48 345.97 0.41 0.37
Hex 85 38 4A 0 3A 2C 30 15A 29 25
Octal 205 70 112 0 72 54 60 532 51 45
Binary 10000101 111000 1001010 0 111010 101100 110000 101011010 101001 100101

Color Harmonies of #85384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85384A

Black with #85384A

Text Example


Text Example

White with #85384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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