Html Css Color HEX #853047 Camelot

📋 copy color: '#853047'

red 133 ◦ green 48 ◦ blue 71

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

Shades of Camelot #853047

Tints of Camelot #853047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.05%

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 52.78%
G = 19.05%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#853047 (or 0x853047) is known color: Camelot. HEX triplet: 85, 30 and 47. RGB value is (133,48,71). Sum of RGB (Red+Green+Blue) = 133+48+71=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #853047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853047 is #7ACFB8. Grayscale: #4C4C4C. Windows color (decimal): -8048569 or 4665477. OLE color: 4665477.

HSL color Cylindrical-coordinate representation of color #853047: hue angle of 343.76º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853047 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 71 -
CMYK 0 0.64 0.47 0.48
HSL 343.76º 0.47% 0.35% -
HSV(B) 343.76º 0.64% 0.52% -
XYZ 11.87 7.56 6.79 -
YUV 76.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 133 48 71 0 0.64 0.47 0.48 343.76 0.47 0.35
Hex 85 30 47 0 40 2F 30 158 2F 23
Octal 205 60 107 0 100 57 60 530 57 43
Binary 10000101 110000 1000111 0 1000000 101111 110000 101011000 101111 100011

Color Harmonies of #853047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853047

Black with #853047

Text Example


Text Example

White with #853047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853047; }

 p { color: rgb(133,48,71); }

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

background-color css

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

 a { background-color: rgb(133,48,71); }

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

border-color css

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

 span { border-color: rgb(133,48,71); }

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