Html Css Color HEX #833349 Camelot

📋 copy color: '#833349'

red 131 ◦ green 51 ◦ blue 73

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

Shades of Camelot #833349

Tints of Camelot #833349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20%

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

R = 51.37%
G = 20%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#833349 (or 0x833349) is known color: Camelot. HEX triplet: 83, 33 and 49. RGB value is (131,51,73). Sum of RGB (Red+Green+Blue) = 131+51+73=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #833349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833349 is #7CCCB6. Grayscale: #4D4D4D. Windows color (decimal): -8178871 or 4797315. OLE color: 4797315.

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

Color convert

RGB 131 51 73 -
CMYK 0 0.61 0.44 0.49
HSL 343.5º 0.44% 0.36% -
HSV(B) 343.5º 0.61% 0.51% -
XYZ 11.75 7.67 7.17 -
YUV 77.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 131 51 73 0 0.61 0.44 0.49 343.5 0.44 0.36
Hex 83 33 49 0 3D 2C 31 158 2C 24
Octal 203 63 111 0 75 54 61 530 54 44
Binary 10000011 110011 1001001 0 111101 101100 110001 101011000 101100 100100

Color Harmonies of #833349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833349

Black with #833349

Text Example


Text Example

White with #833349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833349; }

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

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

background-color css

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

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

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

border-color css

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

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

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