Html Css Color HEX #853144 Camelot

📋 copy color: '#853144'

red 133 ◦ green 49 ◦ blue 68

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

Shades of Camelot #853144

Tints of Camelot #853144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.2%

R = 53.2%
G = 19.6%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#853144 (or 0x853144) is known color: Camelot. HEX triplet: 85, 31 and 44. RGB value is (133,49,68). Sum of RGB (Red+Green+Blue) = 133+49+68=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #853144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853144 is #7ACEBB. Grayscale: #4C4C4C. Windows color (decimal): -8048316 or 4469125. OLE color: 4469125.

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

Color convert

RGB 133 49 68 -
CMYK 0 0.63 0.49 0.48
HSL 346.43º 0.46% 0.36% -
HSV(B) 346.43º 0.63% 0.52% -
XYZ 11.81 7.6 6.31 -
YUV 76.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 133 49 68 0 0.63 0.49 0.48 346.43 0.46 0.36
Hex 85 31 44 0 3F 31 30 15A 2E 24
Octal 205 61 104 0 77 61 60 532 56 44
Binary 10000101 110001 1000100 0 111111 110001 110000 101011010 101110 100100

Color Harmonies of #853144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853144

Black with #853144

Text Example


Text Example

White with #853144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853144; }

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

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

background-color css

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

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

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

border-color css

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

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

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