Html Css Color HEX #833549 Camelot

📋 copy color: '#833549'

red 131 ◦ green 53 ◦ blue 73

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

Shades of Camelot #833549

Tints of Camelot #833549

RGB

 RED value IS 131 (51.56% from 255) = 50.97%

 GREEN value IS 53 (21.09% from 255) = 20.62%

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 50.97%
G = 20.62%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#833549 (or 0x833549) is known color: Camelot. HEX triplet: 83, 35 and 49. RGB value is (131,53,73). Sum of RGB (Red+Green+Blue) = 131+53+73=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #833549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833549 is #7CCAB6. Grayscale: #4E4E4E. Windows color (decimal): -8178359 or 4797827. OLE color: 4797827.

HSL color Cylindrical-coordinate representation of color #833549: hue angle of 344.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833549 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 53 73 -
CMYK 0 0.60 0.44 0.49
HSL 344.62º 0.42% 0.36% -
HSV(B) 344.62º 0.6% 0.51% -
XYZ 11.84 7.85 7.2 -
YUV 78.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 131 53 73 0 0.60 0.44 0.49 344.62 0.42 0.36
Hex 83 35 49 0 3C 2C 31 159 2A 24
Octal 203 65 111 0 74 54 61 531 52 44
Binary 10000011 110101 1001001 0 111100 101100 110001 101011001 101010 100100

Color Harmonies of #833549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833549

Black with #833549

Text Example


Text Example

White with #833549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833549; }

 p { color: rgb(131,53,73); }

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

background-color css

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

 a { background-color: rgb(131,53,73); }

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

border-color css

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

 span { border-color: rgb(131,53,73); }

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