Html Css Color HEX #853142 Camelot

📋 copy color: '#853142'

red 133 ◦ green 49 ◦ blue 66

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

Shades of Camelot #853142

Tints of Camelot #853142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 53.63%
G = 19.76%
B = 26.61%

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

#853142 (or 0x853142) is known color: Camelot. HEX triplet: 85, 31 and 42. RGB value is (133,49,66). Sum of RGB (Red+Green+Blue) = 133+49+66=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #853142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853142 is #7ACEBD. Grayscale: #4C4C4C. Windows color (decimal): -8048318 or 4338053. OLE color: 4338053.

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

Color convert

RGB 133 49 66 -
CMYK 0 0.63 0.50 0.48
HSL 347.86º 0.46% 0.36% -
HSV(B) 347.86º 0.63% 0.52% -
XYZ 11.75 7.58 6 -
YUV 76.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 133 49 66 0 0.63 0.50 0.48 347.86 0.46 0.36
Hex 85 31 42 0 3F 32 30 15C 2E 24
Octal 205 61 102 0 77 62 60 534 56 44
Binary 10000101 110001 1000010 0 111111 110010 110000 101011100 101110 100100

Color Harmonies of #853142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853142

Black with #853142

Text Example


Text Example

White with #853142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853142; }

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

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

background-color css

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

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

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

border-color css

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

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

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