Html Css Color HEX #853143 Camelot

📋 copy color: '#853143'

red 133 ◦ green 49 ◦ blue 67

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

Shades of Camelot #853143

Tints of Camelot #853143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.91%

R = 53.41%
G = 19.68%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#853143 (or 0x853143) is known color: Camelot. HEX triplet: 85, 31 and 43. RGB value is (133,49,67). Sum of RGB (Red+Green+Blue) = 133+49+67=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #853143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853143 is #7ACEBC. Grayscale: #4C4C4C. Windows color (decimal): -8048317 or 4403589. OLE color: 4403589.

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

Color convert

RGB 133 49 67 -
CMYK 0 0.63 0.50 0.48
HSL 347.14º 0.46% 0.36% -
HSV(B) 347.14º 0.63% 0.52% -
XYZ 11.78 7.59 6.15 -
YUV 76.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 133 49 67 0 0.63 0.50 0.48 347.14 0.46 0.36
Hex 85 31 43 0 3F 32 30 15B 2E 24
Octal 205 61 103 0 77 62 60 533 56 44
Binary 10000101 110001 1000011 0 111111 110010 110000 101011011 101110 100100

Color Harmonies of #853143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853143

Black with #853143

Text Example


Text Example

White with #853143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853143; }

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

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

background-color css

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

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

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

border-color css

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

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

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