Html Css Color HEX #833B52 Camelot

📋 copy color: '#833B52'

red 131 ◦ green 59 ◦ blue 82

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

Shades of Camelot #833B52

Tints of Camelot #833B52

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.69%

 BLUE value IS 82 (32.42% from 255) = 30.15%

R = 48.16%
G = 21.69%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#833B52 (or 0x833B52) is known color: Camelot. HEX triplet: 83, 3B and 52. RGB value is (131,59,82). Sum of RGB (Red+Green+Blue) = 131+59+82=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #833B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833B52 is #7CC4AD. Grayscale: #535353. Windows color (decimal): -8176814 or 5389187. OLE color: 5389187.

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

Color convert

RGB 131 59 82 -
CMYK 0 0.55 0.37 0.49
HSL 340.83º 0.38% 0.37% -
HSV(B) 340.83º 0.55% 0.51% -
XYZ 12.45 8.56 8.98 -
YUV 83.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 131 59 82 0 0.55 0.37 0.49 340.83 0.38 0.37
Hex 83 3B 52 0 37 25 31 155 26 25
Octal 203 73 122 0 67 45 61 525 46 45
Binary 10000011 111011 1010010 0 110111 100101 110001 101010101 100110 100101

Color Harmonies of #833B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B52

Black with #833B52

Text Example


Text Example

White with #833B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833B52; }

 p { color: rgb(131,59,82); }

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

background-color css

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

 a { background-color: rgb(131,59,82); }

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

border-color css

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

 span { border-color: rgb(131,59,82); }

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