Html Css Color HEX #833849 Camelot

📋 copy color: '#833849'

red 131 ◦ green 56 ◦ blue 73

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

Shades of Camelot #833849

Tints of Camelot #833849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

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

R = 50.38%
G = 21.54%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#833849 (or 0x833849) is known color: Camelot. HEX triplet: 83, 38 and 49. RGB value is (131,56,73). Sum of RGB (Red+Green+Blue) = 131+56+73=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #833849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833849 is #7CC7B6. Grayscale: #505050. Windows color (decimal): -8177591 or 4798595. OLE color: 4798595.

HSL color Cylindrical-coordinate representation of color #833849: hue angle of 346.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #833849 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 56 73 -
CMYK 0 0.57 0.44 0.49
HSL 346.4º 0.4% 0.37% -
HSV(B) 346.4º 0.57% 0.51% -
XYZ 11.98 8.13 7.24 -
YUV 80.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 131 56 73 0 0.57 0.44 0.49 346.4 0.4 0.37
Hex 83 38 49 0 39 2C 31 15A 28 25
Octal 203 70 111 0 71 54 61 532 50 45
Binary 10000011 111000 1001001 0 111001 101100 110001 101011010 101000 100101

Color Harmonies of #833849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833849

Black with #833849

Text Example


Text Example

White with #833849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833849; }

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

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

background-color css

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

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

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

border-color css

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

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

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