Html Css Color HEX #833A50 Camelot

📋 copy color: '#833A50'

red 131 ◦ green 58 ◦ blue 80

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

Shades of Camelot #833A50

Tints of Camelot #833A50

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.56%

 BLUE value IS 80 (31.64% from 255) = 29.74%

R = 48.7%
G = 21.56%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#833A50 (or 0x833A50) is known color: Camelot. HEX triplet: 83, 3A and 50. RGB value is (131,58,80). Sum of RGB (Red+Green+Blue) = 131+58+80=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #833A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833A50 is #7CC5AF. Grayscale: #525252. Windows color (decimal): -8177072 or 5257859. OLE color: 5257859.

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

Color convert

RGB 131 58 80 -
CMYK 0 0.56 0.39 0.49
HSL 341.92º 0.39% 0.37% -
HSV(B) 341.92º 0.56% 0.51% -
XYZ 12.32 8.43 8.57 -
YUV 82.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 131 58 80 0 0.56 0.39 0.49 341.92 0.39 0.37
Hex 83 3A 50 0 38 27 31 156 27 25
Octal 203 72 120 0 70 47 61 526 47 45
Binary 10000011 111010 1010000 0 111000 100111 110001 101010110 100111 100101

Color Harmonies of #833A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833A50

Black with #833A50

Text Example


Text Example

White with #833A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,58,80); }

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

background-color css

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

 a { background-color: rgb(131,58,80); }

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

border-color css

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

 span { border-color: rgb(131,58,80); }

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