Html Css Color HEX #85414E Camelot

📋 copy color: '#85414E'

red 133 ◦ green 65 ◦ blue 78

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

Shades of Camelot #85414E

Tints of Camelot #85414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 48.19%
G = 23.55%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85414E (or 0x85414E) is known color: Camelot. HEX triplet: 85, 41 and 4E. RGB value is (133,65,78). Sum of RGB (Red+Green+Blue) = 133+65+78=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85414E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85414E is #7ABEB1. Grayscale: #565656. Windows color (decimal): -8044210 or 5128581. OLE color: 5128581.

HSL color Cylindrical-coordinate representation of color #85414E: hue angle of 348.53º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85414E is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 65 78 -
CMYK 0 0.51 0.41 0.48
HSL 348.53º 0.34% 0.39% -
HSV(B) 348.53º 0.51% 0.52% -
XYZ 12.94 9.32 8.32 -
YUV 86.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 133 65 78 0 0.51 0.41 0.48 348.53 0.34 0.39
Hex 85 41 4E 0 33 29 30 15D 22 27
Octal 205 101 116 0 63 51 60 535 42 47
Binary 10000101 1000001 1001110 0 110011 101001 110000 101011101 100010 100111

Color Harmonies of #85414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85414E

Black with #85414E

Text Example


Text Example

White with #85414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85414E; }

 p { color: rgb(133,65,78); }

 H1.HeaderClassName
 {
   color: #85414E;
 }
 .AnyTagClassName
 {
   color: #85414E;
 }
</style>

background-color css

<style>
 a { background-color: #85414E; }

 a { background-color: rgb(133,65,78); }

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

border-color css

<style>
 span { border-color: #85414E; }

 span { border-color: rgb(133,65,78); }

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