Html Css Color HEX #853249 Camelot

📋 copy color: '#853249'

red 133 ◦ green 50 ◦ blue 73

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

Shades of Camelot #853249

Tints of Camelot #853249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

 BLUE value IS 73 (28.91% from 255) = 28.52%

R = 51.95%
G = 19.53%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#853249 (or 0x853249) is known color: Camelot. HEX triplet: 85, 32 and 49. RGB value is (133,50,73). Sum of RGB (Red+Green+Blue) = 133+50+73=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #853249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853249 is #7ACDB6. Grayscale: #4D4D4D. Windows color (decimal): -8048055 or 4797061. OLE color: 4797061.

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

Color convert

RGB 133 50 73 -
CMYK 0 0.62 0.45 0.48
HSL 343.37º 0.45% 0.36% -
HSV(B) 343.37º 0.62% 0.52% -
XYZ 12.02 7.75 7.17 -
YUV 77.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 133 50 73 0 0.62 0.45 0.48 343.37 0.45 0.36
Hex 85 32 49 0 3E 2D 30 157 2D 24
Octal 205 62 111 0 76 55 60 527 55 44
Binary 10000101 110010 1001001 0 111110 101101 110000 101010111 101101 100100

Color Harmonies of #853249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853249

Black with #853249

Text Example


Text Example

White with #853249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853249; }

 p { color: rgb(133,50,73); }

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

background-color css

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

 a { background-color: rgb(133,50,73); }

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

border-color css

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

 span { border-color: rgb(133,50,73); }

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