Html Css Color HEX #853145 Camelot

📋 copy color: '#853145'

red 133 ◦ green 49 ◦ blue 69

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

Shades of Camelot #853145

Tints of Camelot #853145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

 BLUE value IS 69 (27.34% from 255) = 27.49%

R = 52.99%
G = 19.52%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#853145 (or 0x853145) is known color: Camelot. HEX triplet: 85, 31 and 45. RGB value is (133,49,69). Sum of RGB (Red+Green+Blue) = 133+49+69=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #853145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853145 is #7ACEBA. Grayscale: #4C4C4C. Windows color (decimal): -8048315 or 4534661. OLE color: 4534661.

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

Color convert

RGB 133 49 69 -
CMYK 0 0.63 0.48 0.48
HSL 345.71º 0.46% 0.36% -
HSV(B) 345.71º 0.63% 0.52% -
XYZ 11.85 7.61 6.48 -
YUV 76.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 133 49 69 0 0.63 0.48 0.48 345.71 0.46 0.36
Hex 85 31 45 0 3F 30 30 15A 2E 24
Octal 205 61 105 0 77 60 60 532 56 44
Binary 10000101 110001 1000101 0 111111 110000 110000 101011010 101110 100100

Color Harmonies of #853145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853145

Black with #853145

Text Example


Text Example

White with #853145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853145; }

 p { color: rgb(133,49,69); }

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

background-color css

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

 a { background-color: rgb(133,49,69); }

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

border-color css

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

 span { border-color: rgb(133,49,69); }

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