Html Css Color HEX #853449 Camelot

📋 copy color: '#853449'

red 133 ◦ green 52 ◦ blue 73

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

Shades of Camelot #853449

Tints of Camelot #853449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

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

R = 51.55%
G = 20.16%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#853449 (or 0x853449) is known color: Camelot. HEX triplet: 85, 34 and 49. RGB value is (133,52,73). Sum of RGB (Red+Green+Blue) = 133+52+73=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #853449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853449 is #7ACBB6. Grayscale: #4E4E4E. Windows color (decimal): -8047543 or 4797573. OLE color: 4797573.

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

Color convert

RGB 133 52 73 -
CMYK 0 0.61 0.45 0.48
HSL 344.44º 0.44% 0.36% -
HSV(B) 344.44º 0.61% 0.52% -
XYZ 12.1 7.92 7.19 -
YUV 78.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 133 52 73 0 0.61 0.45 0.48 344.44 0.44 0.36
Hex 85 34 49 0 3D 2D 30 158 2C 24
Octal 205 64 111 0 75 55 60 530 54 44
Binary 10000101 110100 1001001 0 111101 101101 110000 101011000 101100 100100

Color Harmonies of #853449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853449

Black with #853449

Text Example


Text Example

White with #853449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853449; }

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

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

background-color css

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

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

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

border-color css

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

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

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