Html Css Color HEX #833950 Camelot

📋 copy color: '#833950'

red 131 ◦ green 57 ◦ blue 80

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

Shades of Camelot #833950

Tints of Camelot #833950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.27%

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

R = 48.88%
G = 21.27%
B = 29.85%

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

#833950 (or 0x833950) is known color: Camelot. HEX triplet: 83, 39 and 50. RGB value is (131,57,80). Sum of RGB (Red+Green+Blue) = 131+57+80=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #833950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833950 is #7CC6AF. Grayscale: #515151. Windows color (decimal): -8177328 or 5257603. OLE color: 5257603.

HSL color Cylindrical-coordinate representation of color #833950: hue angle of 341.35º 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 #833950 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 57 80 -
CMYK 0 0.56 0.39 0.49
HSL 341.35º 0.39% 0.37% -
HSV(B) 341.35º 0.56% 0.51% -
XYZ 12.27 8.33 8.55 -
YUV 81.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 131 57 80 0 0.56 0.39 0.49 341.35 0.39 0.37
Hex 83 39 50 0 38 27 31 155 27 25
Octal 203 71 120 0 70 47 61 525 47 45
Binary 10000011 111001 1010000 0 111000 100111 110001 101010101 100111 100101

Color Harmonies of #833950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833950

Black with #833950

Text Example


Text Example

White with #833950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833950; }

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

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

background-color css

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

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

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

border-color css

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

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

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