Html Css Color HEX #834050 Camelot

📋 copy color: '#834050'

red 131 ◦ green 64 ◦ blue 80

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

Shades of Camelot #834050

Tints of Camelot #834050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

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

R = 47.64%
G = 23.27%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#834050 (or 0x834050) is known color: Camelot. HEX triplet: 83, 40 and 50. RGB value is (131,64,80). Sum of RGB (Red+Green+Blue) = 131+64+80=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #834050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834050 is #7CBFAF. Grayscale: #555555. Windows color (decimal): -8175536 or 5259395. OLE color: 5259395.

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

Color convert

RGB 131 64 80 -
CMYK 0 0.51 0.39 0.49
HSL 345.67º 0.34% 0.38% -
HSV(B) 345.67º 0.51% 0.51% -
XYZ 12.64 9.07 8.67 -
YUV 85.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 131 64 80 0 0.51 0.39 0.49 345.67 0.34 0.38
Hex 83 40 50 0 33 27 31 15A 22 26
Octal 203 100 120 0 63 47 61 532 42 46
Binary 10000011 1000000 1010000 0 110011 100111 110001 101011010 100010 100110

Color Harmonies of #834050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834050

Black with #834050

Text Example


Text Example

White with #834050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834050; }

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

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

background-color css

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

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

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

border-color css

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

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

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