Html Css Color HEX #853A4F Camelot

📋 copy color: '#853A4F'

red 133 ◦ green 58 ◦ blue 79

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

Shades of Camelot #853A4F

Tints of Camelot #853A4F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 49.26%
G = 21.48%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#853A4F (or 0x853A4F) is known color: Camelot. HEX triplet: 85, 3A and 4F. RGB value is (133,58,79). Sum of RGB (Red+Green+Blue) = 133+58+79=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #853A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A4F is #7AC5B0. Grayscale: #525252. Windows color (decimal): -8046001 or 5192325. OLE color: 5192325.

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

Color convert

RGB 133 58 79 -
CMYK 0 0.56 0.41 0.48
HSL 343.2º 0.39% 0.37% -
HSV(B) 343.2º 0.56% 0.52% -
XYZ 12.6 8.58 8.39 -
YUV 82.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 133 58 79 0 0.56 0.41 0.48 343.2 0.39 0.37
Hex 85 3A 4F 0 38 29 30 157 27 25
Octal 205 72 117 0 70 51 60 527 47 45
Binary 10000101 111010 1001111 0 111000 101001 110000 101010111 100111 100101

Color Harmonies of #853A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A4F

Black with #853A4F

Text Example


Text Example

White with #853A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853A4F; }

 p { color: rgb(133,58,79); }

 H1.HeaderClassName
 {
   color: #853A4F;
 }
 .AnyTagClassName
 {
   color: #853A4F;
 }
</style>

background-color css

<style>
 a { background-color: #853A4F; }

 a { background-color: rgb(133,58,79); }

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

border-color css

<style>
 span { border-color: #853A4F; }

 span { border-color: rgb(133,58,79); }

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