Html Css Color HEX #853046 Camelot

📋 copy color: '#853046'

red 133 ◦ green 48 ◦ blue 70

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

Shades of Camelot #853046

Tints of Camelot #853046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 52.99%
G = 19.12%
B = 27.89%

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

#853046 (or 0x853046) is known color: Camelot. HEX triplet: 85, 30 and 46. RGB value is (133,48,70). Sum of RGB (Red+Green+Blue) = 133+48+70=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #853046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853046 is #7ACFB9. Grayscale: #4B4B4B. Windows color (decimal): -8048570 or 4599941. OLE color: 4599941.

HSL color Cylindrical-coordinate representation of color #853046: hue angle of 344.47º 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 #853046 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 70 -
CMYK 0 0.64 0.47 0.48
HSL 344.47º 0.47% 0.35% -
HSV(B) 344.47º 0.64% 0.52% -
XYZ 11.84 7.54 6.63 -
YUV 75.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 133 48 70 0 0.64 0.47 0.48 344.47 0.47 0.35
Hex 85 30 46 0 40 2F 30 158 2F 23
Octal 205 60 106 0 100 57 60 530 57 43
Binary 10000101 110000 1000110 0 1000000 101111 110000 101011000 101111 100011

Color Harmonies of #853046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853046

Black with #853046

Text Example


Text Example

White with #853046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853046; }

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

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

background-color css

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

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

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

border-color css

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

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

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