Html Css Color HEX #853445 Camelot

📋 copy color: '#853445'

red 133 ◦ green 52 ◦ blue 69

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

Shades of Camelot #853445

Tints of Camelot #853445

RGB

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

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

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

R = 52.36%
G = 20.47%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#853445 (or 0x853445) is known color: Camelot. HEX triplet: 85, 34 and 45. RGB value is (133,52,69). Sum of RGB (Red+Green+Blue) = 133+52+69=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #853445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853445 is #7ACBBA. Grayscale: #4E4E4E. Windows color (decimal): -8047547 or 4535429. OLE color: 4535429.

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

Color convert

RGB 133 52 69 -
CMYK 0 0.61 0.48 0.48
HSL 347.41º 0.44% 0.36% -
HSV(B) 347.41º 0.61% 0.52% -
XYZ 11.98 7.87 6.52 -
YUV 78.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 133 52 69 0 0.61 0.48 0.48 347.41 0.44 0.36
Hex 85 34 45 0 3D 30 30 15B 2C 24
Octal 205 64 105 0 75 60 60 533 54 44
Binary 10000101 110100 1000101 0 111101 110000 110000 101011011 101100 100100

Color Harmonies of #853445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853445

Black with #853445

Text Example


Text Example

White with #853445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853445; }

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

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

background-color css

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

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

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

border-color css

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

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

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