Html Css Color HEX #853347 Camelot

📋 copy color: '#853347'

red 133 ◦ green 51 ◦ blue 71

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

Shades of Camelot #853347

Tints of Camelot #853347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20%

 BLUE value IS 71 (28.13% from 255) = 27.84%

R = 52.16%
G = 20%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#853347 (or 0x853347) is known color: Camelot. HEX triplet: 85, 33 and 47. RGB value is (133,51,71). Sum of RGB (Red+Green+Blue) = 133+51+71=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #853347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853347 is #7ACCB8. Grayscale: #4D4D4D. Windows color (decimal): -8047801 or 4666245. OLE color: 4666245.

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

Color convert

RGB 133 51 71 -
CMYK 0 0.62 0.47 0.48
HSL 345.37º 0.45% 0.36% -
HSV(B) 345.37º 0.62% 0.52% -
XYZ 11.99 7.81 6.84 -
YUV 77.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 133 51 71 0 0.62 0.47 0.48 345.37 0.45 0.36
Hex 85 33 47 0 3E 2F 30 159 2D 24
Octal 205 63 107 0 76 57 60 531 55 44
Binary 10000101 110011 1000111 0 111110 101111 110000 101011001 101101 100100

Color Harmonies of #853347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853347

Black with #853347

Text Example


Text Example

White with #853347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853347; }

 p { color: rgb(133,51,71); }

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

background-color css

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

 a { background-color: rgb(133,51,71); }

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

border-color css

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

 span { border-color: rgb(133,51,71); }

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