Html Css Color HEX #85364A Camelot

📋 copy color: '#85364A'

red 133 ◦ green 54 ◦ blue 74

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

Shades of Camelot #85364A

Tints of Camelot #85364A

RGB

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

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

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

R = 50.96%
G = 20.69%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85364A (or 0x85364A) is known color: Camelot. HEX triplet: 85, 36 and 4A. RGB value is (133,54,74). Sum of RGB (Red+Green+Blue) = 133+54+74=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85364A is #7AC9B5. Grayscale: #4F4F4F. Windows color (decimal): -8047030 or 4863621. OLE color: 4863621.

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

Color convert

RGB 133 54 74 -
CMYK 0 0.59 0.44 0.48
HSL 344.81º 0.42% 0.37% -
HSV(B) 344.81º 0.59% 0.52% -
XYZ 12.23 8.12 7.4 -
YUV 79.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 133 54 74 0 0.59 0.44 0.48 344.81 0.42 0.37
Hex 85 36 4A 0 3B 2C 30 159 2A 25
Octal 205 66 112 0 73 54 60 531 52 45
Binary 10000101 110110 1001010 0 111011 101100 110000 101011001 101010 100101

Color Harmonies of #85364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85364A

Black with #85364A

Text Example


Text Example

White with #85364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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