Html Css Color HEX #833650 Camelot

📋 copy color: '#833650'

red 131 ◦ green 54 ◦ blue 80

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

Shades of Camelot #833650

Tints of Camelot #833650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.38%

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

R = 49.43%
G = 20.38%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#833650 (or 0x833650) is known color: Camelot. HEX triplet: 83, 36 and 50. RGB value is (131,54,80). Sum of RGB (Red+Green+Blue) = 131+54+80=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #833650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833650 is #7CC9AF. Grayscale: #4F4F4F. Windows color (decimal): -8178096 or 5256835. OLE color: 5256835.

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

Color convert

RGB 131 54 80 -
CMYK 0 0.59 0.39 0.49
HSL 339.74º 0.42% 0.36% -
HSV(B) 339.74º 0.59% 0.51% -
XYZ 12.13 8.04 8.5 -
YUV 79.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 131 54 80 0 0.59 0.39 0.49 339.74 0.42 0.36
Hex 83 36 50 0 3B 27 31 154 2A 24
Octal 203 66 120 0 73 47 61 524 52 44
Binary 10000011 110110 1010000 0 111011 100111 110001 101010100 101010 100100

Color Harmonies of #833650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833650

Black with #833650

Text Example


Text Example

White with #833650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833650; }

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

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

background-color css

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

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

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

border-color css

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

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

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