Html Css Color HEX #833750 Camelot

📋 copy color: '#833750'

red 131 ◦ green 55 ◦ blue 80

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

Shades of Camelot #833750

Tints of Camelot #833750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.68%

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

R = 49.25%
G = 20.68%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#833750 (or 0x833750) is known color: Camelot. HEX triplet: 83, 37 and 50. RGB value is (131,55,80). Sum of RGB (Red+Green+Blue) = 131+55+80=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #833750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833750 is #7CC8AF. Grayscale: #505050. Windows color (decimal): -8177840 or 5257091. OLE color: 5257091.

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

Color convert

RGB 131 55 80 -
CMYK 0 0.58 0.39 0.49
HSL 340.26º 0.41% 0.36% -
HSV(B) 340.26º 0.58% 0.51% -
XYZ 12.17 8.14 8.52 -
YUV 80.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 131 55 80 0 0.58 0.39 0.49 340.26 0.41 0.36
Hex 83 37 50 0 3A 27 31 154 29 24
Octal 203 67 120 0 72 47 61 524 51 44
Binary 10000011 110111 1010000 0 111010 100111 110001 101010100 101001 100100

Color Harmonies of #833750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833750

Black with #833750

Text Example


Text Example

White with #833750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833750; }

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

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

background-color css

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

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

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

border-color css

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

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

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