Html Css Color HEX #85424D Camelot

📋 copy color: '#85424D'

red 133 ◦ green 66 ◦ blue 77

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

Shades of Camelot #85424D

Tints of Camelot #85424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

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

R = 48.19%
G = 23.91%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85424D (or 0x85424D) is known color: Camelot. HEX triplet: 85, 42 and 4D. RGB value is (133,66,77). Sum of RGB (Red+Green+Blue) = 133+66+77=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85424D is #7ABDB2. Grayscale: #575757. Windows color (decimal): -8043955 or 5063301. OLE color: 5063301.

HSL color Cylindrical-coordinate representation of color #85424D: hue angle of 350.15º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85424D is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 77 -
CMYK 0 0.50 0.42 0.48
HSL 350.15º 0.34% 0.39% -
HSV(B) 350.15º 0.5% 0.52% -
XYZ 12.96 9.42 8.16 -
YUV 87.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 133 66 77 0 0.50 0.42 0.48 350.15 0.34 0.39
Hex 85 42 4D 0 32 2A 30 15E 22 27
Octal 205 102 115 0 62 52 60 536 42 47
Binary 10000101 1000010 1001101 0 110010 101010 110000 101011110 100010 100111

Color Harmonies of #85424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85424D

Black with #85424D

Text Example


Text Example

White with #85424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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